aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/Kconfig')
-rw-r--r--src/mainboard/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mainboard/Kconfig b/src/mainboard/Kconfig
index 779e061b9c..77bfa0f007 100644
--- a/src/mainboard/Kconfig
+++ b/src/mainboard/Kconfig
@@ -304,10 +304,14 @@ config ROM_SIZE
default 0x800000 if COREBOOT_ROMSIZE_KB_8192
default 0x1000000 if COREBOOT_ROMSIZE_KB_16384
-config CACHE_ROM_SIZE
+config CBFS_SIZE
hex
default ROM_SIZE
+config CACHE_ROM_SIZE
+ hex
+ default CBFS_SIZE
+
config ENABLE_POWER_BUTTON
bool "Enable the power button" if POWER_BUTTON_IS_OPTIONAL
default y if POWER_BUTTON_DEFAULT_ENABLE