diff options
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2014-02-13 14:33:08 -0600 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2014-02-14 15:17:11 +0100 |
commit | 09af15e09eed91c98d4b97446b6b5c445b90517d (patch) | |
tree | dc5f0ac3994d1cc4e416dca7b43926b2c75e4c38 | |
parent | 87cc49bc5b2208d0a5e33786cd6be314fb9053ea (diff) | |
download | coreboot-09af15e09eed91c98d4b97446b6b5c445b90517d.tar.xz |
google/rambi: Do not select CHROMEOS in Kconfig
CHROMEOS is the meant to be selected by the user. The correct variable
for a mainboard to select is MAINBOARD_HAS_CHROMEOS. This will then
default to a CHROMEOS build, but when the mainboard selects CHROMEOS,
the user can no longer disable CHROMEOS.
Change-Id: I78fb15a0a9fef733e2de064d6c09cf774b7bce78
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-on: http://review.coreboot.org/5218
Reviewed-by: Aaron Durbin <adurbin@google.com>
Tested-by: build bot (Jenkins)
-rw-r--r-- | src/mainboard/google/rambi/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/rambi/Kconfig b/src/mainboard/google/rambi/Kconfig index 292d321388..1748862163 100644 --- a/src/mainboard/google/rambi/Kconfig +++ b/src/mainboard/google/rambi/Kconfig @@ -10,7 +10,6 @@ config BOARD_SPECIFIC_OPTIONS select HAVE_OPTION_TABLE select HAVE_ACPI_RESUME select MAINBOARD_HAS_CHROMEOS - select CHROMEOS config MAINBOARD_DIR string |