jf: Kconfig: dont select DEBUG_KERNEL by EXPERT
Change-Id: I941040ba71c3b8f7d97292ba3cdd3a7f4ccce2d2
This commit is contained in:
parent
844376b29b
commit
cb79516f85
|
@ -963,7 +963,6 @@ config PANIC_TIMEOUT
|
||||||
menuconfig EXPERT
|
menuconfig EXPERT
|
||||||
bool "Configure standard kernel features (expert users)"
|
bool "Configure standard kernel features (expert users)"
|
||||||
# Unhide debug options, to make the on-by-default options visible
|
# Unhide debug options, to make the on-by-default options visible
|
||||||
select DEBUG_KERNEL
|
|
||||||
help
|
help
|
||||||
This option allows certain base kernel options and settings
|
This option allows certain base kernel options and settings
|
||||||
to be disabled or tweaked. This is for specialized
|
to be disabled or tweaked. This is for specialized
|
||||||
|
|
Loading…
Reference in New Issue