Lines Matching +full:built +full:- +full:into
1 # SPDX-License-Identifier: GPL-2.0
9 will first look for built-in firmware, if it has any. Next, it will
22 You typically want this built-in (=y) but you can also enable this
23 as a module, in which case the firmware_class module will be built.
24 You also want to be sure to enable this built-in if you are going to
25 enable built-in firmware (CONFIG_EXTRA_FIRMWARE).
33 string "Build named firmware blobs into the kernel binary"
37 /lib/firmware/ paths. This option enables you to build into the
38 kernel firmware files. Built-in firmware searches are preceded
46 This option is a string and takes the (space-separated) names of the
47 firmware files -- the same names that appear in MODULE_FIRMWARE()
53 the usb8388.bin file into /lib/firmware, and build the kernel. Then
57 WARNING: If you include additional firmware files into your binary
60 image since it combines both GPL and non-GPL work. You should
81 built-in. For details on how to work with the sysfs fallback mechanism
82 refer to Documentation/driver-api/firmware/fallback-mechanisms.rst.
111 be if you have drivers which require firmware built-in and for
124 if firmware_class is built-in.
168 Currently only XZ-compressed files are supported, and they have to
170 "-C crc32" option to xz command).