From: Javier Carrasco Date: Wed, 2 Oct 2024 20:42:30 +0000 (+0200) Subject: Input: hideep - add missing dependency on REGMAP_I2C X-Git-Tag: v6.13-rc1~95^2^2~102 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f548325ae9d3b34eea98a2fe9160f1c246a6147;p=thirdparty%2Fkernel%2Flinux.git Input: hideep - add missing dependency on REGMAP_I2C hideep makes use of regmap_i2c, and it has to be selected within its Kconfig entry to compile successfully. Fixes: 842ff286166e ("Input: add support for HiDeep touchscreen") Signed-off-by: Javier Carrasco Link: https://lore.kernel.org/r/20241002-input-hideep-select-remap-i2c-v1-1-6b0fa1dd5fc5@gmail.com Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 1ac26fc2e3eb9..601fa7ec2e8a3 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -420,6 +420,7 @@ config TOUCHSCREEN_GOODIX_BERLIN_SPI config TOUCHSCREEN_HIDEEP tristate "HiDeep Touch IC" depends on I2C + select REGMAP_I2C help Say Y here if you have a touchscreen using HiDeep.