Disable CMOS recovery code for ROMCC boards as the CBFS code used for
[coreboot.git] / src / arch / x86 / Kconfig
index aacc0982a6c01b8646ef9f12222a02f954ac4de3..3684c69e27b663698db6f4036e0657a8f06c1fc4 100644 (file)
@@ -91,8 +91,14 @@ config PC80_SYSTEM
 config BOOTBLOCK_NORTHBRIDGE_INIT
        string
 
+config USE_CMOS_RECOVERY
+       bool
+       default n if ROMCC
+       default y
+
 config HAVE_CMOS_DEFAULT
        def_bool n
+       depends on USE_CMOS_RECOVERY
 
 config CMOS_DEFAULT_FILE
        string