From 66e65cc258a0f4cc3b999a2b7a6c9b1fa9c4eef5 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 9 Dec 2013 16:29:12 +0100 Subject: iio: adc: add STMPE ADC driver using IIO framework This adds an ADC driver for the STMPE device using the industrial input/output interface. The driver supports raw reading of values. The driver depends on the MFD stmpe driver. If the touchscreen block is enabled too, only for of the 8 ADC channels are available. --- drivers/mfd/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/mfd/Kconfig') diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 10dba0cbda97..1f131d797583 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -297,6 +297,7 @@ config MFD_STMPE GPIO: stmpe-gpio Keypad: stmpe-keypad Touchscreen: stmpe-ts + ADC: stmpe-adc config MFD_TC3589X bool "Support Toshiba TC35892 and variants" -- cgit v1.2.3