diff options
author | Lee Jones <lee.jones@linaro.org> | 2019-09-03 20:26:23 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-09-04 17:15:14 +0200 |
commit | 878f2e48045718da13cfe426d8ab5986e56f00be (patch) | |
tree | 38b2ac78e3144e35213d6f46adcc86f7cf024ec7 /arch/arm64/configs/defconfig | |
parent | a647a41446367635741b6e7ac12e8898c632c035 (diff) | |
download | lwn-878f2e48045718da13cfe426d8ab5986e56f00be.tar.gz lwn-878f2e48045718da13cfe426d8ab5986e56f00be.zip |
arm64: defconfig: Enable Qualcomm GENI based I2C controller
Tested on the Lenovo Yoga C630 where this patch enables the
keyboard, touchpad and touchscreen.
Link: https://lore.kernel.org/r/20190903192625.14775-1-lee.jones@linaro.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/configs/defconfig')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index df0417da0492..6d4e9dd8a2f6 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -371,6 +371,7 @@ CONFIG_I2C_IMX_LPI2C=y CONFIG_I2C_MESON=y CONFIG_I2C_MV64XXX=y CONFIG_I2C_PXA=y +CONFIG_I2C_QCOM_GENI=m CONFIG_I2C_QUP=y CONFIG_I2C_RK3X=y CONFIG_I2C_SH_MOBILE=y |