From ffcb375cd7eed8df82559fa29f9905b8baafcd63 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E6=B2=88=E7=9D=BF=E6=B1=80?= Date: Tue, 18 May 2010 08:38:45 +0000 Subject: [PATCH] update for xpt2046 --- drivers/input/touchscreen/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 490ae08188ba..855dbf97cc9f 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -44,7 +44,7 @@ config TOUCHSCREEN_AD7877 config TOUCHSCREEN_RK2818_SPI_XPT2046 tristate "RK2818 SPI XPT2046 based touchscreens" - depends on SPIM_RK2818 && (!TOUCHSCREEN_RK2818_SPI_XPT2046_CBN) + depends on SPIM_RK2818 && TOUCHSCREEN_RK2818_SPI_XPT2046_CBN = n help Say Y here if you have a touchscreen interface using the xpt2046 controller, and your board-specific initialization @@ -66,7 +66,7 @@ config TOUCHSCREEN_RK2818_SPI_XPT2046_CBN If unsure, say N (but it's safe to say "Y"). To compile this driver as a module, choose M here: the - module will be called rk2818_spi_xpt2046_ts. + module will be called rk2818_spi_xpt2046_cbn_ts. config TOUCHSCREEN_AD7879_I2C tristate "AD7879 based touchscreens: AD7879-1 I2C Interface" -- 2.34.1