diff options
author | Matheus Tavares <matheus.bernardino@usp.br> | 2018-11-23 22:23:12 -0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2018-12-01 15:40:39 +0000 |
commit | 9564c7a49290a003d3fc21b9b5762d82e84e3364 (patch) | |
tree | dd2d0227e278e32f7af09796cca9dbad4ecd7d94 /drivers/iio/resolver/Kconfig | |
parent | 3a1203bfa4964550a706fd786df9bcbcd026d8ed (diff) | |
download | talos-op-linux-9564c7a49290a003d3fc21b9b5762d82e84e3364.tar.gz talos-op-linux-9564c7a49290a003d3fc21b9b5762d82e84e3364.zip |
staging:iio:ad2s90: Move out of staging
Move ad2s90 resolver driver out of staging to the main tree.
Signed-off-by: Matheus Tavares <matheus.bernardino@usp.br>
Signed-off-by: Victor Colombo <victorcolombo@gmail.com>
Acked-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/resolver/Kconfig')
-rw-r--r-- | drivers/iio/resolver/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/iio/resolver/Kconfig b/drivers/iio/resolver/Kconfig index 2ced9f22aa70..786801be54f6 100644 --- a/drivers/iio/resolver/Kconfig +++ b/drivers/iio/resolver/Kconfig @@ -3,6 +3,16 @@ # menu "Resolver to digital converters" +config AD2S90 + tristate "Analog Devices ad2s90 driver" + depends on SPI + help + Say yes here to build support for Analog Devices spi resolver + to digital converters, ad2s90, provides direct access via sysfs. + + To compile this driver as a module, choose M here: the + module will be called ad2s90. + config AD2S1200 tristate "Analog Devices ad2s1200/ad2s1205 driver" depends on SPI |