Skip to content

Commit

Permalink
Input: wm97xx - enable sub-drivers by default
Browse files Browse the repository at this point in the history
Currently the support for each WM97xx touchscreen model is compiled out
by default, meaning that the default configuration when the driver is
built is for it to support no hardware.  This is suboptimal and leads to
problems like distribution kernels shipping a non-functional driver.

Change the default to support all controllers and update the help text
to reflect this.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Mark Brown authored and Dmitry Torokhov committed Jul 29, 2008
1 parent 72d18a7 commit 558a171
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions drivers/input/touchscreen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -249,29 +249,26 @@ config TOUCHSCREEN_WM97XX
config TOUCHSCREEN_WM9705
bool "WM9705 Touchscreen interface support"
depends on TOUCHSCREEN_WM97XX
default y
help
Say Y here if you have a Wolfson Microelectronics WM9705
touchscreen controller connected to your system.

If unsure, say N.
Say Y here to enable support for the Wolfson Microelectronics
WM9705 touchscreen controller.

config TOUCHSCREEN_WM9712
bool "WM9712 Touchscreen interface support"
depends on TOUCHSCREEN_WM97XX
default y
help
Say Y here if you have a Wolfson Microelectronics WM9712
touchscreen controller connected to your system.

If unsure, say N.
Say Y here to enable support for the Wolfson Microelectronics
WM9712 touchscreen controller.

config TOUCHSCREEN_WM9713
bool "WM9713 Touchscreen interface support"
depends on TOUCHSCREEN_WM97XX
default y
help
Say Y here if you have a Wolfson Microelectronics WM9713 touchscreen
controller connected to your system.

If unsure, say N.
Say Y here to enable support for the Wolfson Microelectronics
WM9713 touchscreen controller.

config TOUCHSCREEN_WM97XX_MAINSTONE
tristate "WM97xx Mainstone accelerated touch"
Expand Down

0 comments on commit 558a171

Please sign in to comment.