Commit 558a171d authored by Mark Brown's avatar Mark Brown Committed by Dmitry Torokhov
Browse files

Input: wm97xx - enable sub-drivers by default



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: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 72d18a7b
Loading
Loading
Loading
Loading
+9 −12
Original line number Original line Diff line number Diff line
@@ -249,29 +249,26 @@ config TOUCHSCREEN_WM97XX
config TOUCHSCREEN_WM9705
config TOUCHSCREEN_WM9705
	bool "WM9705 Touchscreen interface support"
	bool "WM9705 Touchscreen interface support"
	depends on TOUCHSCREEN_WM97XX
	depends on TOUCHSCREEN_WM97XX
	default y
	help
	help
	  Say Y here if you have a Wolfson Microelectronics WM9705
	  Say Y here to enable support for the Wolfson Microelectronics
	  touchscreen controller connected to your system.
	  WM9705 touchscreen controller.

	  If unsure, say N.


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

	  If unsure, say N.


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

	  If unsure, say N.


config TOUCHSCREEN_WM97XX_MAINSTONE
config TOUCHSCREEN_WM97XX_MAINSTONE
	tristate "WM97xx Mainstone accelerated touch"
	tristate "WM97xx Mainstone accelerated touch"