summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@google.com>2021-03-06 19:59:53 +0100
committerGreg Kroah-Hartman <gregkh@google.com>2021-03-06 19:59:53 +0100
commit972945aebc69cb85c169ebd46bb925b15a512102 (patch)
treec90fad388fe099ed06b0ecd14b31e87dacb2751d /init
parent933970053660da97f8786fdfbdb671814652256c (diff)
parenta4dec04c7ff4307973ba502ce7b27330d9fe04b7 (diff)
Merge a4dec04c7ff4 ("Merge tag 'dma-mapping-5.12' of git://git.infradead.org/users/hch/dma-mapping") into android-mainline
Steps on the way to 5.12-rc1 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I90e0e534d9ed015f2de519498011dcd9ca06ef75
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 060476c102c5..f5ec194d7212 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -2313,8 +2313,8 @@ config MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS
If unsure, say N.
config TRIM_UNUSED_KSYMS
- bool "Trim unused exported kernel symbols"
- depends on BROKEN
+ bool "Trim unused exported kernel symbols" if EXPERT
+ depends on !COMPILE_TEST
help
The kernel and some modules make many symbols available for
other modules to use via EXPORT_SYMBOL() and variants. Depending