From 9d2ed4da66f3a76d7a224522b601430627f5db24 Mon Sep 17 00:00:00 2001 From: Justin TerAvest Date: Mon, 22 Jan 2018 20:45:02 -0700 Subject: mb/google/kahlee: Select DRIVERS_I2C_GENERIC This is required to add support for I2C devices on Kahlee to ACPI tables via devicetree.cb. Without this, operations are not emitted for I2C devices and the proper ACPI table entries are not generated. BUG=b:72121803 Change-Id: I1cfe12f3cc23e90ec74b739678f5a5a73257c2c2 Signed-off-by: Justin TerAvest Reviewed-on: https://review.coreboot.org/23406 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Paul Menzel --- src/mainboard/google/kahlee/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard') diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig index 844b34a023..26eab43291 100644 --- a/src/mainboard/google/kahlee/Kconfig +++ b/src/mainboard/google/kahlee/Kconfig @@ -18,6 +18,7 @@ config BOARD_GOOGLE_BASEBOARD_KAHLEE select SOC_AMD_STONEYRIDGE_FT4 select BOARD_ROMSIZE_KB_16384 if BOARD_GOOGLE_GRUNT select BOARD_ROMSIZE_KB_8192 if BOARD_GOOGLE_KAHLEE + select DRIVERS_I2C_GENERIC select DRIVERS_PS2_KEYBOARD select EC_GOOGLE_CHROMEEC select EC_GOOGLE_CHROMEEC_BOARDID -- cgit v1.2.3