summary refs log tree commit diff
path: root/drivers/iio/adc/Kconfig
diff options
context:
space:
mode:
authorGene Chen <gene_chen@richtek.com>2020-10-20 16:07:47 +0800
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2020-11-08 16:20:18 +0000
commit1f4877218f7e2c2b914aeb69a8a0f47d59c74717 (patch)
tree847a1f9a43d9ad377fa2279f482b0ba621a03c44 /drivers/iio/adc/Kconfig
parentd4686c52a20b51f539d8a5d09807441af490602b (diff)
downloadlinux-1f4877218f7e2c2b914aeb69a8a0f47d59c74717.tar.gz
iio: adc: mt6360: Add ADC driver for MT6360
Add MT6360 ADC driver including Charger Current, Voltage, and
Temperature.

Signed-off-by: Gene Chen <gene_chen@richtek.com>
Link: https://lore.kernel.org/r/1603181267-15610-4-git-send-email-gene.chen.richtek@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/adc/Kconfig')
-rw-r--r--drivers/iio/adc/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
index 17e9ceb9c6c4..15587a1bc80d 100644
--- a/drivers/iio/adc/Kconfig
+++ b/drivers/iio/adc/Kconfig
@@ -703,6 +703,17 @@ config MCP3911
 	  This driver can also be built as a module. If so, the module will be
 	  called mcp3911.
 
+config MEDIATEK_MT6360_ADC
+	tristate "Mediatek MT6360 ADC driver"
+	depends on MFD_MT6360
+	select IIO_BUFFER
+	select IIO_TRIGGERED_BUFFER
+	help
+	  Say Y here to enable MT6360 ADC support.
+	  Integrated for System Monitoring includes
+	  is used in smartphones and tablets and supports a 11 channel
+	  general purpose ADC.
+
 config MEDIATEK_MT6577_AUXADC
 	tristate "MediaTek AUXADC driver"
 	depends on ARCH_MEDIATEK || COMPILE_TEST