Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - U index
The Linux kernel configuration item CONFIG_UNUSED_KSYMS_WHITELIST
has multiple definitions:
kernel/module/Kconfig
The configuration item CONFIG_UNUSED_KSYMS_WHITELIST:
CONFIG_TRIM_UNUSED_KSYMS
By default, all unused exported symbols will be un-exported from the build when TRIM_UNUSED_KSYMS is selected.
UNUSED_KSYMS_WHITELIST allows to whitelist symbols that must be kept exported at all times, even in absence of in-tree users. The value to set here is the path to a text file containing the list of symbols, one per line. The path can be absolute, or relative to the kernel source or obj tree.
init/Kconfig
The configuration item CONFIG_UNUSED_KSYMS_WHITELIST:
CONFIG_TRIM_UNUSED_KSYMS
By default, all unused exported symbols will be un-exported from the build when TRIM_UNUSED_KSYMS is selected.
UNUSED_KSYMS_WHITELIST allows to whitelist symbols that must be kept exported at all times, even in absence of in-tree users. The value to set here is the path to a text file containing the list of symbols, one per line. The path can be absolute, or relative to the kernel source tree.
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 - U index
Automatically generated (in year 2024). See also LKDDb sources on GitLab