diff options
author | Sultan Alsawaf <sultan@kerneltoast.com> | 2018-05-13 13:02:33 -0700 |
---|---|---|
committer | Blaster4385 <venkatesh@tablaster.dev> | 2024-11-27 21:24:49 +0530 |
commit | 905b06e4765fd001395a1b19f3a6cf6fd027bf85 (patch) | |
tree | acc1e21db49f7a407a5d626641e1cf8a3eb137d8 | |
parent | 2879f5417cdc960d77a71b3e41670d59ba8953c4 (diff) |
init: Kconfig: Don't force DEBUG_KERNEL when EXPERT is enabled
Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig index ea4b96dc30b6..147bae96e8c9 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1537,8 +1537,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 |