Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - F index
The Linux kernel configuration item CONFIG_FW_LOADER_USER_HELPER_FALLBACK
has multiple definitions:
drivers/base/firmware_loader/Kconfig
The configuration item CONFIG_FW_LOADER_USER_HELPER_FALLBACK:
CONFIG_FW_LOADER_USER_HELPER
Enabling this option forces a sysfs userspace fallback mechanism to be used for all firmware requests which explicitly do not disable a a fallback mechanism. Firmware calls which do prohibit a fallback mechanism is request_firmware_direct(). This option is kept for backward compatibility purposes given this precise mechanism can also be enabled by setting the proc sysctl value to true:
/proc/sys/kernel/firmware_config/force_sysfs_fallback
If you are unsure about this, say N here.
drivers/base/Kconfig
The configuration item CONFIG_FW_LOADER_USER_HELPER_FALLBACK:
CONFIG_FW_LOADER
This option enables / disables the invocation of user-helper (e.g. udev) for loading firmware files as a fallback after the direct file loading in kernel fails. The user-mode helper is no longer required unless you have a special firmware file that resides in a non-standard path. Moreover, the udev support has been deprecated upstream.
If you are unsure about this, say N here.
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