summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorAlistair Francis <alistair@alistair23.me>2021-10-09 13:43:12 +0200
committerShawn Guo <shawnguo@kernel.org>2021-10-15 04:49:53 +0200
commite99a1fa731b4d3005ddee6751bc13ceeb136eb0e (patch)
treee09eaec0bb050af62dff51377b83c2578f417574 /arch/arm
parentARM: imx_v6_v7_defconfig: enable bpf syscall and cgroup bpf (diff)
downloadlinux-e99a1fa731b4d3005ddee6751bc13ceeb136eb0e.tar.xz
linux-e99a1fa731b4d3005ddee6751bc13ceeb136eb0e.zip
ARM: imx_v6_v7_defconfig: Enable HID I2C
Enable HID I2C in the imx defconfig as it is used for a HID compliant wacom device on the reMarkable2 tablet. Signed-off-by: Alistair Francis <alistair@alistair23.me> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/configs/imx_v6_v7_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index ecb70c67e010..44819de07e51 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -308,6 +308,8 @@ CONFIG_SND_SOC_WM8960=y
CONFIG_SND_SOC_WM8962=y
CONFIG_SND_SIMPLE_CARD=y
CONFIG_HID_MULTITOUCH=y
+CONFIG_HID_WACOM=y
+CONFIG_I2C_HID_OF=y
CONFIG_USB=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
CONFIG_USB_EHCI_HCD=y