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 <teravest@chromium.org> Reviewed-on: https://review.coreboot.org/23406 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
13101a7be0
commit
9d2ed4da66
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue