From 09af15e09eed91c98d4b97446b6b5c445b90517d Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Thu, 13 Feb 2014 14:33:08 -0600 Subject: 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 Reviewed-on: http://review.coreboot.org/5218 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/mainboard/google/rambi/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/google/rambi') 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 -- cgit v1.2.3