From 16de7dc0ad214cc317db998632c7cdbc8cb3226b Mon Sep 17 00:00:00 2001 From: Arnaud Patard Date: Thu, 21 Dec 2006 15:09:21 -0800 Subject: [PATCH] SPI: Fix ADS7846 dependencies Signed-off-by: Arnaud Patard Signed-off-by: Tony Lindgren --- drivers/input/touchscreen/Kconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 055b97a7ab0..2b16e3244b4 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -14,10 +14,13 @@ if INPUT_TOUCHSCREEN config TOUCHSCREEN_ADS7846 tristate "ADS 7846 based touchscreens" depends on SPI_MASTER + select HWMON help Say Y here if you have a touchscreen interface using the ADS7846 controller, and your board-specific initialization - code includes that in its table of SPI devices. + code includes that in its table of SPI devices. You will + also get hwmon interfaces for the temperature and voltage + sensors this chip provides. If unsure, say N (but it's safe to say "Y"). -- 2.41.1