diff options
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index ebafac4231ee..14370d3fdf4d 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -909,6 +909,8 @@ config ANON_INODES | |||
909 | 909 | ||
910 | menuconfig EXPERT | 910 | menuconfig EXPERT |
911 | bool "Configure standard kernel features (expert users)" | 911 | bool "Configure standard kernel features (expert users)" |
912 | # Unhide debug options, to make the on-by-default options visible | ||
913 | select DEBUG_KERNEL | ||
912 | help | 914 | help |
913 | This option allows certain base kernel options and settings | 915 | This option allows certain base kernel options and settings |
914 | to be disabled or tweaked. This is for specialized | 916 | to be disabled or tweaked. This is for specialized |