From 35f903074dcdba1db423d890a058828ba1787e2d Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Fri, 24 Dec 2021 21:13:07 +0100 Subject: mb/google/slippy: Select board-specific options per board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move board-specific selects out of common configuration and add them to each board where necessary. Change-Id: I1cfea0491f707052db2fbcee078e2c27c5a306c5 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/60353 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/mainboard/google/slippy/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/slippy/Kconfig b/src/mainboard/google/slippy/Kconfig index 12d0c26d32..0148093a9a 100644 --- a/src/mainboard/google/slippy/Kconfig +++ b/src/mainboard/google/slippy/Kconfig @@ -1,7 +1,6 @@ config BOARD_GOOGLE_BASEBOARD_SLIPPY def_bool n select BOARD_ROMSIZE_KB_8192 - select DRIVERS_I2C_RTD2132 if BOARD_GOOGLE_LEON select EC_GOOGLE_CHROMEEC select EC_GOOGLE_CHROMEEC_LPC select HAVE_ACPI_RESUME @@ -24,6 +23,7 @@ config BOARD_GOOGLE_FALCO config BOARD_GOOGLE_LEON select BOARD_GOOGLE_BASEBOARD_SLIPPY + select DRIVERS_I2C_RTD2132 config BOARD_GOOGLE_PEPPY select BOARD_GOOGLE_BASEBOARD_SLIPPY -- cgit v1.2.3