From 2c2a85fc6d107265716bad930e7505fc87a52a1f Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Fri, 29 Mar 2013 14:33:03 -0500 Subject: 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 Reviewed-on: http://review.coreboot.org/2963 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/mainboard/google/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mainboard/google') 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" -- cgit v1.2.3