Message ID | 20240507144821.12275-8-johan+linaro@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | e706474d8428f420bba11f2c49c3083fd1b31d88 |
Headers | show |
Series | HID/arm64: dts: qcom: sc8280xp-x13s: fix touchscreen power on | expand |
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index ac6fb3de1e3a..56fb9725d7c0 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1023,6 +1023,7 @@ CONFIG_SND_AUDIO_GRAPH_CARD2=m CONFIG_HID_MULTITOUCH=m CONFIG_I2C_HID_ACPI=m CONFIG_I2C_HID_OF=m +CONFIG_I2C_HID_OF_ELAN=m CONFIG_USB=y CONFIG_USB_OTG=y CONFIG_USB_XHCI_HCD=y
Enable the Elan i2c-hid driver which is needed for the touchscreen on machines like the Lenovo ThinkPad X13s. Signed-off-by: Johan Hovold <johan+linaro@kernel.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)