diff options
author | Ezequiel Garcia <ezequiel@collabora.com> | 2018-04-16 16:39:59 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-04-26 15:04:59 +0200 |
commit | e9cfce4195ec0535980ac091401c4bdd7d7e888b (patch) | |
tree | 40ce6cbed8836ee0824cf12d3f5decda4a94dd7c /arch/arm64/configs | |
parent | arm64: defconfig: Enable ChromeOS EC drivers for supported Chromebooks. (diff) | |
download | linux-e9cfce4195ec0535980ac091401c4bdd7d7e888b.tar.xz linux-e9cfce4195ec0535980ac091401c4bdd7d7e888b.zip |
arm64: defconfig: Enable HID over I2C drivers
Enable the HID-I2C driver to support the stylus
present in RK3399 Kevin Chromebooks.
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/configs')
-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 397bc0b42a86..9b12f0ea0e35 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -443,6 +443,7 @@ CONFIG_SND_SOC_SAMSUNG=y CONFIG_SND_SOC_RCAR=m CONFIG_SND_SOC_AK4613=m CONFIG_SND_SIMPLE_CARD=y +CONFIG_I2C_HID=m CONFIG_USB=y CONFIG_USB_OTG=y CONFIG_USB_XHCI_HCD=y |