diff options
author | Matt Ranostay <mranostay@gmail.com> | 2016-02-22 04:32:15 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-02-24 23:40:48 +0300 |
commit | 2edbd2955d3b5e1cea41c6a169956a0a5f824f3c (patch) | |
tree | 5cfa4bef0f149c04e384968ff449f7fb6e63fbfc /drivers/iio/potentiometer/Kconfig | |
parent | 3afdf6cf9d746e84980ea64ee9da0be6166a396b (diff) | |
download | linux-2edbd2955d3b5e1cea41c6a169956a0a5f824f3c.tar.xz |
iio: potentiometer: add TI tpl0102 support
Add support for the TI family of digital potentiometers.
Signed-off-by: Matt Ranostay <mranostay@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/potentiometer/Kconfig')
-rw-r--r-- | drivers/iio/potentiometer/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/iio/potentiometer/Kconfig b/drivers/iio/potentiometer/Kconfig index fd75db73e582..ffc735c168fb 100644 --- a/drivers/iio/potentiometer/Kconfig +++ b/drivers/iio/potentiometer/Kconfig @@ -17,4 +17,16 @@ config MCP4531 To compile this driver as a module, choose M here: the module will be called mcp4531. +config TPL0102 + tristate "Texas Instruments digital potentiometer driver" + depends on I2C + select REGMAP_I2C + help + Say yes here to build support for the Texas Instruments + TPL0102, TPL0402 + digital potentiometer chips. + + To compile this driver as a module, choose M here: the + module will be called tpl0102. + endmenu |