diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 1c1dd5e4f679..924a70c4d395 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -150,7 +150,7 @@ config DEBUG_KERNEL identify kernel problems. config LESS_GCC_OPT - bool "Compile with -O1 for debugging + bool "Compile with -O1 for debugging" depends on DEBUG_KERNEL default y if TEGRA_SIMULATION_PLATFORM default n if !TEGRA_SIMULATION_PLATFORM |