diff options
author | Nico Huber <nico.h@gmx.de> | 2018-11-22 19:01:02 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-23 08:38:55 +0000 |
commit | 387f3e5ff939c4e872051cd64f3f8c619b7470af (patch) | |
tree | 28731b651bfed86841cd89cb88ba2e372e72902d | |
parent | 5a03ddcd91b282682935cc02bbf5ee0de3211364 (diff) |
cpu/x86/Kconfig.debug: Remove weird dependencies and comments
No need to hide prompts, it's a user choice anyway, they should know.
The help texts were just rephrasing the prompts or stating the obvious.
Change-Id: I5694a88f2da57af2a20357c4e22c7c648053cc26
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/29802
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/cpu/x86/Kconfig.debug | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/cpu/x86/Kconfig.debug b/src/cpu/x86/Kconfig.debug index c5e21efae1..1c615f94d4 100644 --- a/src/cpu/x86/Kconfig.debug +++ b/src/cpu/x86/Kconfig.debug @@ -2,14 +2,8 @@ config HAVE_DEBUG_CAR bool config DEBUG_CAR - bool + bool "Output verbose Cache-as-RAM debug messages" depends on HAVE_DEBUG_CAR - # Only visible if debug level is DEBUG (7) or SPEW (8) as it does - # additional printk(BIOS_DEBUG, ...) calls. - prompt "Output verbose Cache-as-RAM debug messages" \ - if DEFAULT_CONSOLE_LOGLEVEL_7 || DEFAULT_CONSOLE_LOGLEVEL_8 - help - This option enables additional CAR related debug messages. config HAVE_DISPLAY_MTRRS bool @@ -21,10 +15,3 @@ config DISPLAY_MTRRS config DEBUG_SMM_RELOCATION bool "Debug SMM relocation code" depends on HAVE_SMI_HANDLER - help - This option enables additional SMM handler relocation related - debug messages. - - Note: This option will increase the size of the coreboot image. - - If unsure, say N. |