summaryrefslogtreecommitdiff
path: root/src/mainboard/google
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2013-03-29 14:33:03 -0500
committerRonald G. Minnich <rminnich@gmail.com>2013-03-29 21:01:51 +0100
commit2c2a85fc6d107265716bad930e7505fc87a52a1f (patch)
treed25ce6991d6dab6e4000dcba08ed1d8812ff803e /src/mainboard/google
parent53924240be1c4ebc57282d7903e82f447ba2eb6b (diff)
downloadcoreboot-2c2a85fc6d107265716bad930e7505fc87a52a1f.tar.xz
google boards: auto-select CACHE_ROM
Automatically select CACHE_ROM for all Google boards. Tested by generating a config for the link board. CACHE_ROM was selected and was unable to unselect it using 'make oldconfig'. Change-Id: I8e34207e3929a020bb0280657f95ba7a000ad024 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/2963 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r--src/mainboard/google/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/Kconfig b/src/mainboard/google/Kconfig
index 8d1fd567e6..e389b597d4 100644
--- a/src/mainboard/google/Kconfig
+++ b/src/mainboard/google/Kconfig
@@ -18,6 +18,11 @@
##
if VENDOR_GOOGLE
+# Auto select common options
+config VENDOR_SPECIFIC_OPTIONS
+ def_bool y
+ select CACHE_ROM
+
choice
prompt "Mainboard model"