[coreboot-gerrit] New patch to review for coreboot: google/oak: Move CHROMEOS specific Kconfig objects under CHROMEOS

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Mon Dec 7 02:03:51 CET 2015


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12659

-gerrit

commit 24f39068f829d7218b7a8f667fdee78397816174
Author: Martin Roth <martinroth at google.com>
Date:   Sun Dec 6 18:02:30 2015 -0700

    google/oak: Move CHROMEOS specific Kconfig objects under CHROMEOS
    
    The symbols CHROMEOS_VBNV_EC, EC_SOFTWARE_SYNC, and VIRTUAL_DEV_SWITCH
    should only be selected if CHROMEOS is selected.
    
    Change-Id: I07ef631d63be53cf99a6bf61d0e91b88728dbba3
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/mainboard/google/oak/Kconfig | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/google/oak/Kconfig b/src/mainboard/google/oak/Kconfig
index e45fb4c..89c448d 100644
--- a/src/mainboard/google/oak/Kconfig
+++ b/src/mainboard/google/oak/Kconfig
@@ -23,12 +23,14 @@ config BOARD_SPECIFIC_OPTIONS
 	def_bool y
 	select SOC_MEDIATEK_MT8173
 	select BOARD_ID_AUTO
-	select CHROMEOS_VBNV_EC
 	select EC_GOOGLE_CHROMEEC
 	select EC_GOOGLE_CHROMEEC_SPI
-	select EC_SOFTWARE_SYNC
 	select MAINBOARD_HAS_NATIVE_VGA_INIT
 	select MAINBOARD_DO_NATIVE_VGA_INIT
+
+config CHROMEOS
+	select CHROMEOS_VBNV_EC
+	select EC_SOFTWARE_SYNC
 	select VIRTUAL_DEV_SWITCH
 
 config MAINBOARD_DIR



More information about the coreboot-gerrit mailing list