summaryrefslogtreecommitdiff
path: root/src/cpu/x86/Kconfig.debug_cpu
blob: 056934107cc559f982782ed6610bf236fba7f060 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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