Lines Matching +full:built +full:- +full:in

1 # SPDX-License-Identifier: GPL-2.0
8 This enables the firmware loading facility in the kernel. The kernel
9 will first look for built-in firmware, if it has any. Next, it will
10 look for the requested firmware in a series of filesystem paths:
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).
41 kernel firmware files. Built-in firmware searches are preceded
46 in boot and cannot rely on the firmware being placed in an initrd or
49 This option is a string and takes the (space-separated) names of the
50 firmware files -- the same names that appear in MODULE_FIRMWARE()
51 and request_firmware() in the source. These files should exist under
63 image since it combines both GPL and non-GPL work. You should
66 NOTE: Compressed files are not supported in EXTRA_FIRMWARE.
73 This option controls the directory in which the kernel build system
74 looks for the firmware files listed in the EXTRA_FIRMWARE option.
85 path specified in the firmware_class path module parameter, or the
87 built-in. For details on how to work with the sysfs fallback mechanism
88 refer to Documentation/driver-api/firmware/fallback-mechanisms.rst.
103 loading facility functionality in udev has been removed, as such it
105 relies on or uses a fallback mechanism in userspace. If you need to
116 load firmware in case it is not found. One main reason for this may
117 be if you have drivers which require firmware built-in and for
118 whatever reason cannot place the required firmware in initramfs.
130 if firmware_class is built-in.
147 facility in userspace.
173 that are built into the kernel image (CONFIG_EXTRA_FIRMWARE).
177 bool "Enable XZ-compressed firmware support"
182 This option adds the support for XZ-compressed files.
184 integrity check type (pass "-C crc32" option to xz command).
187 bool "Enable ZSTD-compressed firmware support"
190 This option adds the support for ZSTD-compressed files.
214 images from local FLASH when the card boots. The images in FLASH may
216 to support cards that rely on user-initiated updates for firmware files.