Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - F index
The Linux kernel configuration item CONFIG_FIRMWARE_IN_KERNEL
:
CONFIG_FW_LOADER
Various drivers in the kernel source tree may require firmware, which is generally available in your distribution's linux-firmware package.
The linux-firmware package should install firmware into /lib/firmware/ on your system, so they can be loaded by userspace helpers on request.
Enabling this option will build each required firmware blob specified by EXTRA_FIRMWARE into the kernel directly, where request_firmware() will find them without having to call out to userspace. This may be useful if your root file system requires a device that uses such firmware and you do not wish to use an initrd.
This single option controls the inclusion of firmware for every driver that uses request_firmware(), which avoids a proliferation of 'Include firmware for xxx device' options.
Say 'N' and let firmware be loaded from userspace.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - F index
Automatically generated (in year 2024). See also LKDDb sources on GitLab