Skip to content

Commit

Permalink
iio: resolver: ad2s1210: move out of staging
Browse files Browse the repository at this point in the history
This moves the ad2s1210 resolver driver out of staging. The driver has
been fixed up and is ready to graduate.

Signed-off-by: David Lechner <[email protected]>
  • Loading branch information
dlech committed Oct 11, 2023
1 parent d07b6c6 commit b312cfd
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 27 deletions.
13 changes: 13 additions & 0 deletions drivers/iio/resolver/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,17 @@ config AD2S1200

To compile this driver as a module, choose M here: the
module will be called ad2s1200.

config AD2S1210
tristate "Analog Devices ad2s1210 driver"
depends on SPI
depends on COMMON_CLK
depends on GPIOLIB || COMPILE_TEST
help
Say yes here to build support for Analog Devices spi resolver
to digital converters, ad2s1210, provides direct access via sysfs.

To compile this driver as a module, choose M here: the
module will be called ad2s1210.

endmenu
1 change: 1 addition & 0 deletions drivers/iio/resolver/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@

obj-$(CONFIG_AD2S90) += ad2s90.o
obj-$(CONFIG_AD2S1200) += ad2s1200.o
obj-$(CONFIG_AD2S1210) += ad2s1210.o
File renamed without changes.
1 change: 0 additions & 1 deletion drivers/staging/iio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ source "drivers/staging/iio/addac/Kconfig"
source "drivers/staging/iio/frequency/Kconfig"
source "drivers/staging/iio/impedance-analyzer/Kconfig"
source "drivers/staging/iio/meter/Kconfig"
source "drivers/staging/iio/resolver/Kconfig"

endmenu
1 change: 0 additions & 1 deletion drivers/staging/iio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ obj-y += addac/
obj-y += frequency/
obj-y += impedance-analyzer/
obj-y += meter/
obj-y += resolver/
19 changes: 0 additions & 19 deletions drivers/staging/iio/resolver/Kconfig

This file was deleted.

6 changes: 0 additions & 6 deletions drivers/staging/iio/resolver/Makefile

This file was deleted.

0 comments on commit b312cfd

Please sign in to comment.