Lines Matching full:firmware

60 	bool "Select only drivers that don't need compile-time external firmware" if EXPERIMENTAL
63 Select this option if you don't have magic firmware for drivers that
69 bool "Prevent firmware from being built"
72 Say yes to avoid building firmware. Firmware is usually shipped
73 with the driver and only when updating the firmware should a
78 tristate "Userspace firmware loading support" if EXPERT
82 require userspace firmware loading support, but a module built
86 bool "Include in-kernel firmware blobs in kernel binary"
90 The kernel source tree includes a number of firmware 'blobs'
94 binary files in firmware/ to /lib/firmware/ on your system so
97 Enabling this option will build each required firmware blob
101 such firmware and do not wish to use an initrd.
103 This single option controls the inclusion of firmware for
105 firmware in the kernel source tree, which avoids a
106 proliferation of 'Include firmware for xxx device' options.
108 Say 'N' and let firmware be loaded from userspace.
111 string "External firmware blobs to build into the kernel binary"
114 This option allows firmware to be built into the kernel for the case
116 userspace at runtime (for example, when the firmware in question is
121 firmware files -- the same names that appear in MODULE_FIRMWARE()
124 by default the firmware subdirectory of the kernel source tree.
127 the usb8388.bin file into the firmware directory, and build the kernel.
131 WARNING: If you include additional firmware files into your binary
138 string "Firmware blobs root directory"
140 default "firmware"
143 looks for the firmware files listed in the EXTRA_FIRMWARE option.
144 The default is firmware/ in the kernel source tree, but by changing
145 this option you can point it elsewhere, such as /lib/firmware/ or
146 some other directory containing the firmware files.