[coreboot-gerrit] Change in coreboot[master]: kahlee: Select DRIVERS_I2C_GENERIC

Justin TerAvest (Code Review) gerrit at coreboot.org
Wed Jan 24 16:29:37 CET 2018


Justin TerAvest has uploaded this change for review. ( https://review.coreboot.org/23406


Change subject: kahlee: Select DRIVERS_I2C_GENERIC
......................................................................

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.

Change-Id: I1cfe12f3cc23e90ec74b739678f5a5a73257c2c2
---
M src/mainboard/google/kahlee/Kconfig
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/23406/1

diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig
index 69a4d90..4e283d1 100644
--- a/src/mainboard/google/kahlee/Kconfig
+++ b/src/mainboard/google/kahlee/Kconfig
@@ -18,6 +18,7 @@
 	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

-- 
To view, visit https://review.coreboot.org/23406
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1cfe12f3cc23e90ec74b739678f5a5a73257c2c2
Gerrit-Change-Number: 23406
Gerrit-PatchSet: 1
Gerrit-Owner: Justin TerAvest <teravest at chromium.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180124/9b517246/attachment.html>


More information about the coreboot-gerrit mailing list