Build fixes (trivial).
[coreboot.git] / src / Kconfig
index ec3a13bdbf97edb9192fc9dc3ceeaef45dcc0341..690a1d486401216e5221cc36a32ec74fb0716182 100644 (file)
@@ -499,6 +499,16 @@ config DEBUG_RAM_SETUP
 
          If unsure, say N.
 
+config HAVE_DEBUG_CAR
+       def_bool n
+
+config DEBUG_CAR
+       bool "Output verbose Cache-as-RAM debug messages"
+       default n
+       depends on HAVE_DEBUG_CAR
+       help
+         This option enables additional CAR related debug messages.
+
 config DEBUG_PIRQ
        bool "Check PIRQ table consistency"
        default n
@@ -543,6 +553,17 @@ config DEBUG_SMM_RELOCATION
 
          If unsure, say N.
 
+config REALMODE_DEBUG
+       bool "Enable debug messages for option ROM execution"
+       default n
+       depends on PCI_OPTION_ROM_RUN_REALMODE
+       help
+         This option enables additional x86emu related debug messages.
+
+         Note: This option will increase the time to emulate a ROM.
+
+         If unsure, say N.
+
 config X86EMU_DEBUG
        bool "Output verbose x86emu debug messages"
        default n
@@ -699,6 +720,10 @@ config AP_CODE_IN_CAR
        bool
        default n
 
+config RAMINIT_SYSINFO
+       bool
+       default n
+
 config ENABLE_APIC_EXT_ID
        bool
        default n