Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - F index
The Linux kernel configuration item CONFIG_FW_LOADER
has multiple definitions:
drivers/base/firmware_loader/Kconfig
The configuration item CONFIG_FW_LOADER:
CONFIG_EXPERT
firmware_class
, firmware_class
This enables the firmware loading facility in the kernel. The kernel will first look for built-in firmware, if it has any. Next, it will look for the requested firmware in a series of filesystem paths:
o firmware_class path module parameter or kernel boot param o /lib/firmware/updates/UTS_RELEASE o /lib/firmware/updates o /lib/firmware/UTS_RELEASE o /lib/firmware
Enabling this feature only increases your kernel image by about 828 bytes, enable this option unless you are certain you don't need firmware.
You typically want this built-in (=y) but you can also enable this as a module, in which case the firmware_class module will be built. You also want to be sure to enable this built-in if you are going to enable built-in firmware (EXTRA_FIRMWARE).
drivers/base/Kconfig
The configuration item CONFIG_FW_LOADER:
CONFIG_EXPERT
firmware_class
, firmware_class
This option is provided for the case where none of the in-tree modules require userspace firmware loading support, but a module built out-of-tree does.
drivers/base/Kconfig
The configuration item CONFIG_FW_LOADER:
(none)
firmware_class
, firmware_class
This option is provided for the case where no in-kernel-tree modules require hotplug firmware loading support, but a module built outside the kernel tree does.
Raw data from LKDDb:
lkddb module firmware_class CONFIG_FW_LOADER : drivers/base/Kconfig : "Userspace firmware loading support" # in 2.5.73–2.5.75, 2.6.0–2.6.39, 3.0–3.19, 4.0–4.17
lkddb module firmware_class CONFIG_FW_LOADER : drivers/base/firmware_loader/Kconfig : "Firmware loading facility" # in 4.18–4.20, 5.0–5.19, 6.0–6.12
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