ANDROID: GKI: gki_defconfig: Enable CONFIG_I2C_CHARDEV

I2C char devices are often used by vendors.

Bug: 154966878
Change-Id: I8ffc577b12a7c37a30005dacd8d7fab09e2cf93e
Signed-off-by: Saravana Kannan <saravanak@google.com>
This commit is contained in:
Saravana Kannan
2020-04-24 15:52:59 -07:00
parent 9d7386aae2
commit ac9d145367
2 changed files with 2 additions and 0 deletions

View File

@@ -300,6 +300,7 @@ CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_CAVIUM is not set
# CONFIG_DEVPORT is not set
# CONFIG_I2C_COMPAT is not set
CONFIG_I2C_CHARDEV=y
# CONFIG_I2C_HELPER_AUTO is not set
CONFIG_SPI=y
CONFIG_SPMI=y

View File

@@ -262,6 +262,7 @@ CONFIG_HW_RANDOM=y
CONFIG_HPET=y
# CONFIG_DEVPORT is not set
# CONFIG_I2C_COMPAT is not set
CONFIG_I2C_CHARDEV=y
# CONFIG_I2C_HELPER_AUTO is not set
CONFIG_SPI=y
CONFIG_GPIOLIB=y