Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: hycon-hy46xx - 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: aa2f62cf211a ("Input: add driver for the Hycon HY46XX touchpanel series")
Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Link: https://lore.kernel.org/r/20241002-input-hycon-hy46xx-select-remap-i2c-v1-1-08f6e83b268a@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Javier Carrasco and committed by
Dmitry Torokhov
334ababd 2f548325

+1
+1
drivers/input/touchscreen/Kconfig
··· 432 432 config TOUCHSCREEN_HYCON_HY46XX 433 433 tristate "Hycon hy46xx touchscreen support" 434 434 depends on I2C 435 + select REGMAP_I2C 435 436 help 436 437 Say Y here if you have a touchscreen using Hycon hy46xx 437 438