From: Arnaud Patard Date: Thu, 21 Dec 2006 23:09:21 +0000 (-0800) Subject: SPI: Fix ADS7846 dependencies X-Git-Tag: v2.6.19-omap1~1 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=16de7dc0ad214cc317db998632c7cdbc8cb3226b;p=linux-2.6-omap-h63xx.git SPI: Fix ADS7846 dependencies Signed-off-by: Arnaud Patard Signed-off-by: Tony Lindgren --- 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").