Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig,
[coreboot.git] / src / Kconfig
index be55b4bf9063b43ad3a68a0075de6a245b9051b5..00c5591d00b6eefc796e0c4df2b3c5a91278879d 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