diff options
Diffstat (limited to 'src/cpu/x86/Kconfig.debug_cpu')
-rw-r--r-- | src/cpu/x86/Kconfig.debug_cpu | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/cpu/x86/Kconfig.debug_cpu b/src/cpu/x86/Kconfig.debug_cpu new file mode 100644 index 0000000000..056934107c --- /dev/null +++ b/src/cpu/x86/Kconfig.debug_cpu @@ -0,0 +1,17 @@ +config HAVE_DEBUG_CAR + bool + +config DEBUG_CAR + bool "Output verbose Cache-as-RAM debug messages" + depends on HAVE_DEBUG_CAR + +config HAVE_DISPLAY_MTRRS + bool + +config DISPLAY_MTRRS + bool "Display intermediate MTRR settings" + depends on HAVE_DISPLAY_MTRRS + +config DEBUG_SMM_RELOCATION + bool "Debug SMM relocation code" + depends on HAVE_SMI_HANDLER && SMM_ASEG |