diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2020-11-30 10:28:34 -0600 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2020-12-28 12:09:48 -0600 |
commit | 74b87103b3d03665af03b0ea817e59bd4b5adf2c (patch) | |
tree | 2611763d6e8c2ac4618a252935c3b3ab716d6b03 /arch/arm64/configs | |
parent | 5c8fe583cce542aa0b84adc939ce85293de36e5e (diff) | |
download | linux-74b87103b3d03665af03b0ea817e59bd4b5adf2c.tar.gz |
arm64: defconfig: Enable HID multitouch
The Lenovo Yoga C630 relies on HID multitouch support for proper
touchpad operation, so enable this.
Acked-by: Shawn Guo <shawnguo@kernel.org>
Tested-by: Steev Klimaszewski <steev@kali.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20201130162834.310282-1-bjorn.andersson@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
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 838301650a79..28157acde8cc 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -749,6 +749,7 @@ CONFIG_SND_SOC_WM8904=m CONFIG_SND_SOC_WSA881X=m CONFIG_SND_SIMPLE_CARD=m CONFIG_SND_AUDIO_GRAPH_CARD=m +CONFIG_HID_MULTITOUCH=m CONFIG_I2C_HID=m CONFIG_USB_CONN_GPIO=m CONFIG_USB=y |