diff options
author | Sultan Alsawaf <[email protected]> | 2018-05-13 13:02:33 -0700 |
---|---|---|
committer | Blaster4385 <[email protected]> | 2025-01-21 11:03:13 +0530 |
commit | 4b96e7e6d696c0c47b0cc67ef8bf6a4b037f9b1a (patch) | |
tree | 1d8600e66cf493e41e0cb7e9ab2f9dea9b3fecf0 | |
parent | 49a49e45efbef4bac30684e981afc16f4270c066 (diff) |
init: Kconfig: Don't force DEBUG_KERNEL when EXPERT is enabled
Signed-off-by: Sultan Alsawaf <[email protected]>
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig index 164a44936064..326ff5867a22 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1546,8 +1546,6 @@ config HAVE_PCSPKR_PLATFORM menuconfig EXPERT bool "Configure standard kernel features (expert users)" - # Unhide debug options, to make the on-by-default options visible - select DEBUG_KERNEL help This option allows certain base kernel options and settings to be disabled or tweaked. This is for specialized |