diff options
author | Robert Jarzmik <robert.jarzmik@free.fr> | 2017-09-13 21:37:18 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-09-19 18:07:28 +0200 |
commit | ae9d1b5fbd7b7ee1c2d2f62a7cee3c0455e06f94 (patch) | |
tree | 850ba4bf5b94b090f62aa2b07e6400bd18597e3c /drivers/input/touchscreen/Kconfig | |
parent | mfd: wm97xx-core: core support for wm97xx Codec (diff) | |
download | linux-ae9d1b5fbd7b7ee1c2d2f62a7cee3c0455e06f94.tar.xz linux-ae9d1b5fbd7b7ee1c2d2f62a7cee3c0455e06f94.zip |
Input: wm97xx: add new AC97 bus support
This adds support for the new AC97 bus code, which discovers the devices
rather than uses platform data.
As part of this discovery, it enables a multi-function device wm97xx,
which supports touchscreen, battery, ADC and an audio codec. This patch
adds the code to bind the touchscreen "cell" as the touchscreen driver.
This was tested on the pxa architecture with a pxa270 + wm9713 + the
mioa701 touchscreen.
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 64b30fe273fd..176b1a74b2b7 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -727,7 +727,7 @@ config TOUCHSCREEN_WM831X config TOUCHSCREEN_WM97XX tristate "Support for WM97xx AC97 touchscreen controllers" - depends on AC97_BUS + depends on AC97_BUS || AC97_BUS_NEW help Say Y here if you have a Wolfson Microelectronics WM97xx touchscreen connected to your system. Note that this option |