summaryrefslogtreecommitdiff
path: root/drivers/iio/potentiometer/Kconfig
diff options
context:
space:
mode:
authorHerve Codina <herve.codina@bootlin.com>2023-05-09 18:08:51 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2023-05-20 17:30:33 +0100
commit66bfc528a6fd5225e59ea4bbca0665aad38f1567 (patch)
treeda1e2d69067874ffa9dcc31439bda9e14be5d516 /drivers/iio/potentiometer/Kconfig
parentdd731888d1e0ee93af2daca5e545d5a58c45119b (diff)
iio: potentiometer: Add support for the Renesas X9250 potentiometers
The Renesas X9250 integrates four digitally controlled potentiometers. On each potentiometer, the X9250T has a 100 kOhms total resistance and the X9250U has a 50 kOhms total resistance. Signed-off-by: Herve Codina <herve.codina@bootlin.com> Link: https://lore.kernel.org/r/20230509160852.158101-3-herve.codina@bootlin.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/potentiometer/Kconfig')
-rw-r--r--drivers/iio/potentiometer/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/iio/potentiometer/Kconfig b/drivers/iio/potentiometer/Kconfig
index 01dd3f858d99..e6a9a3c67845 100644
--- a/drivers/iio/potentiometer/Kconfig
+++ b/drivers/iio/potentiometer/Kconfig
@@ -136,4 +136,14 @@ config TPL0102
To compile this driver as a module, choose M here: the
module will be called tpl0102.
+config X9250
+ tristate "Renesas X9250 quad controlled potentiometers"
+ depends on SPI
+ help
+ Enable support for the Renesas X9250 quad controlled
+ potentiometers.
+
+ To compile this driver as a module, choose M here: the module
+ will be called x9250.
+
endmenu