From: Alistair Francis Date: Sat, 9 Oct 2021 11:43:12 +0000 (+1000) Subject: ARM: imx_v6_v7_defconfig: Enable HID I2C X-Git-Tag: v5.16-rc1~123^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e99a1fa731b4d3005ddee6751bc13ceeb136eb0e;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Shawn Guo --- diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index ecb70c67e0105..44819de07e51a 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