diff options
Diffstat (limited to 'src/cpu/x86/Kconfig.debug')
-rw-r--r-- | src/cpu/x86/Kconfig.debug | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cpu/x86/Kconfig.debug b/src/cpu/x86/Kconfig.debug new file mode 100644 index 0000000000..2348231c58 --- /dev/null +++ b/src/cpu/x86/Kconfig.debug @@ -0,0 +1,6 @@ +config HAVE_DISPLAY_MTRRS + bool + +config DISPLAY_MTRRS + bool "Display intermediate MTRR settings" + depends on HAVE_DISPLAY_MTRRS |