diff options
author | Aaron Durbin <adurbin@chromium.org> | 2013-03-29 14:33:03 -0500 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-03-29 21:01:51 +0100 |
commit | 2c2a85fc6d107265716bad930e7505fc87a52a1f (patch) | |
tree | d25ce6991d6dab6e4000dcba08ed1d8812ff803e /src/mainboard/google/Kconfig | |
parent | 53924240be1c4ebc57282d7903e82f447ba2eb6b (diff) | |
download | coreboot-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/Kconfig')
-rw-r--r-- | src/mainboard/google/Kconfig | 5 |
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" |