Aaron Durbin (adurbin@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2963
-gerrit
commit 36ac4e6182be09cf39cd4cd950820813aafda4ac Author: Aaron Durbin adurbin@chromium.org Date: Fri Mar 29 14:33:03 2013 -0500
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 --- src/mainboard/google/Kconfig | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/src/mainboard/google/Kconfig b/src/mainboard/google/Kconfig index 8d1fd56..e389b59 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"