blob: 8e0c3e423386ef6afe556a1cd670320a28cda757 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
if ARCH_X86
config HAVE_DEBUG_CAR
bool
config DEBUG_CAR
bool "Output verbose Cache-as-RAM debug messages"
depends on HAVE_DEBUG_CAR
config DISPLAY_MTRRS
bool "Display intermediate MTRR settings"
endif # ARCH_X86
|