diff options
author | Furquan Shaikh <furquan@chromium.org> | 2017-02-17 20:25:46 -0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-02-20 05:08:27 +0100 |
commit | 97535558f1a1c123a60d73244d835ff5d8d31213 (patch) | |
tree | 40945950c66ac5d0e330cf98052b6df17a00c029 /src/mainboard/google/eve | |
parent | abd5d1d35cc3fb771868d9b970d9748c95ed91f3 (diff) |
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 <furquan@chromium.org>
Reviewed-on: https://review.coreboot.org/18400
Tested-by: build bot (Jenkins)
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Diffstat (limited to 'src/mainboard/google/eve')
-rw-r--r-- | src/mainboard/google/eve/Kconfig | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/src/mainboard/google/eve/Kconfig b/src/mainboard/google/eve/Kconfig index 731b03510e..2b66eb1d17 100644 --- a/src/mainboard/google/eve/Kconfig +++ b/src/mainboard/google/eve/Kconfig @@ -4,6 +4,10 @@ config BOARD_SPECIFIC_OPTIONS def_bool y select BOARD_ID_AUTO select BOARD_ROMSIZE_KB_16384 + select DRIVERS_I2C_GENERIC + select DRIVERS_I2C_HID + select DRIVERS_I2C_WACOM + select DRIVERS_PS2_KEYBOARD select DRIVERS_SPI_ACPI select EC_GOOGLE_CHROMEEC select EC_GOOGLE_CHROMEEC_LPC @@ -23,18 +27,6 @@ config CHROMEOS select LID_SWITCH select MRC_CLEAR_NORMAL_CACHE_ON_RECOVERY_RETRAIN -config DRIVERS_I2C_GENERIC - def_bool y - -config DRIVERS_I2C_HID - def_bool y - -config DRIVERS_I2C_WACOM - def_bool y - -config DRIVERS_PS2_KEYBOARD - default y - config DRIVER_TPM_I2C_BUS hex default 0x1 |