2022-04-17 10:37:13 +02:00
|
|
|
if ARCH_X86
|
|
|
|
|
2018-11-20 23:46:24 +01:00
|
|
|
config HAVE_DEBUG_CAR
|
|
|
|
bool
|
|
|
|
|
|
|
|
config DEBUG_CAR
|
2018-11-22 19:01:02 +01:00
|
|
|
bool "Output verbose Cache-as-RAM debug messages"
|
2018-11-20 23:46:24 +01:00
|
|
|
depends on HAVE_DEBUG_CAR
|
|
|
|
|
2018-11-13 19:28:07 +01:00
|
|
|
config DISPLAY_MTRRS
|
|
|
|
bool "Display intermediate MTRR settings"
|
2018-11-20 23:46:24 +01:00
|
|
|
|
|
|
|
config DEBUG_SMM_RELOCATION
|
|
|
|
bool "Debug SMM relocation code"
|
2019-07-12 05:53:04 +02:00
|
|
|
depends on HAVE_SMI_HANDLER && SMM_ASEG
|
2022-04-17 10:37:13 +02:00
|
|
|
|
|
|
|
endif # ARCH_X86
|