Lines Matching refs:firmware
63 bool "Select only drivers that don't need compile-time external firmware"
66 Select this option if you don't have magic firmware for drivers that
72 bool "Prevent firmware from being built"
75 Say yes to avoid building firmware. Firmware is usually shipped
76 with the driver and only when updating the firmware should a
81 tristate "Userspace firmware loading support" if EXPERT
85 require userspace firmware loading support, but a module built
89 bool "Include in-kernel firmware blobs in kernel binary"
93 The kernel source tree includes a number of firmware 'blobs'
97 binary files in firmware/ to /lib/firmware/ on your system so
100 Enabling this option will build each required firmware blob
104 such firmware and do not wish to use an initrd.
106 This single option controls the inclusion of firmware for
108 firmware in the kernel source tree, which avoids a
109 proliferation of 'Include firmware for xxx device' options.
111 Say 'N' and let firmware be loaded from userspace.
114 string "External firmware blobs to build into the kernel binary"
117 This option allows firmware to be built into the kernel for the case
119 userspace at runtime (for example, when the firmware in question is
124 firmware files -- the same names that appear in MODULE_FIRMWARE()
127 by default the firmware subdirectory of the kernel source tree.
130 the usb8388.bin file into the firmware directory, and build the kernel.
134 WARNING: If you include additional firmware files into your binary
143 default "firmware"
146 looks for the firmware files listed in the EXTRA_FIRMWARE option.
147 The default is firmware/ in the kernel source tree, but by changing
148 this option you can point it elsewhere, such as /lib/firmware/ or
149 some other directory containing the firmware files.
155 bool "Fallback user-helper invocation for firmware loading"
160 (e.g. udev) for loading firmware files as a fallback after the
162 no longer required unless you have a special firmware file that