From 97535558f1a1c123a60d73244d835ff5d8d31213 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Fri, 17 Feb 2017 20:25:46 -0800 Subject: mainboard/{google,intel}: Change config option selection Change config option selection from "config xyz default y" to "select xyz" if the config option has no dependencies. BUG=None BRANCH=None TEST=Verified that config option selection remains unchanged. Change-Id: I259ae40623b7f4d5589e2caa0988419ba4fefda4 Signed-off-by: Furquan Shaikh Reviewed-on: https://review.coreboot.org/18400 Tested-by: build bot (Jenkins) Reviewed-by: Duncan Laurie --- src/mainboard/google/glados/Kconfig | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/mainboard/google/glados/Kconfig') diff --git a/src/mainboard/google/glados/Kconfig b/src/mainboard/google/glados/Kconfig index 2473ec0646..09082945de 100644 --- a/src/mainboard/google/glados/Kconfig +++ b/src/mainboard/google/glados/Kconfig @@ -4,6 +4,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select BOARD_ID_AUTO select BOARD_ROMSIZE_KB_16384 + select DRIVERS_I2C_GENERIC + select DRIVERS_I2C_NAU8825 select EC_GOOGLE_CHROMEEC select EC_GOOGLE_CHROMEEC_ACPI_MEMMAP select EC_GOOGLE_CHROMEEC_LPC @@ -22,12 +24,6 @@ config CHROMEOS select EC_GOOGLE_CHROMEEC_SWITCHES select LID_SWITCH -config DRIVERS_I2C_GENERIC - def_bool y - -config DRIVERS_I2C_NAU8825 - def_bool y - config IRQ_SLOT_COUNT int default 18 -- cgit v1.2.3