mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-07 14:32:23 +00:00
kbuild: remove EXPERT and !COMPILE_TEST guarding from TRIM_UNUSED_KSYMS
This reverts the following two commits: -a555bdd0c5
("Kbuild: enable TRIM_UNUSED_KSYMS again, with some guarding") -5cf0fd591f
("Kbuild: disable TRIM_UNUSED_KSYMS option") Commit5e9e95cc91
("kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion") solved the build time issue. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
parent
ec923eaa1d
commit
d2d5cba5d9
@ -362,8 +362,7 @@ config MODPROBE_PATH
|
||||
userspace can still load modules explicitly).
|
||||
|
||||
config TRIM_UNUSED_KSYMS
|
||||
bool "Trim unused exported kernel symbols" if EXPERT
|
||||
depends on !COMPILE_TEST
|
||||
bool "Trim unused exported kernel symbols"
|
||||
help
|
||||
The kernel and some modules make many symbols available for
|
||||
other modules to use via EXPORT_SYMBOL() and variants. Depending
|
||||
|
Loading…
Reference in New Issue
Block a user