From 6e595fc8fa4ed62813703cfe90f80e31a455d039 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Thu, 9 Oct 2008 12:52:13 +0300 Subject: [PATCH] Input: Touchscreen: Make TSC2005 depend on SPI Make Kconfig reflect reality. Signed-off-by: Daniel Stone Signed-off-by: Tony Lindgren --- drivers/input/touchscreen/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index d33f450243d..84ba956b6f2 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -219,6 +219,7 @@ config TOUCHSCREEN_ATMEL_TSADCC config TOUCHSCREEN_TSC2005 tristate "TSC2005 touchscreen support" + depends on SPI_MASTER help Say Y here for if you are using the touchscreen features of TSC2005. -- 2.41.0