Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0aeac51d authored by Manuel Stahl's avatar Manuel Stahl Committed by Greg Kroah-Hartman
Browse files

staging: iio: Move sensor drivers to sub menus



We have a lot of drivers now, so the iio sub menu becomes quite large.
This patch creates sub menus for the different sensors.

Signed-off-by: default avatarManuel Stahl <manuel.stahl@iis.fraunhofer.de>
Signed-off-by: default avatarJonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 83e416f4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
#
# Accelerometer drivers
#
comment "Accelerometers"
menu "Accelerometers"

config ADIS16201
	tristate "Analog Devices ADIS16201 Dual-Axis Digital Inclinometer and Accelerometer"
@@ -100,3 +100,5 @@ config SCA3000
	help
	  Say yes here to build support for the VTI SCA3000 series of SPI
	  accelerometers. These devices use a hardware ring buffer.

endmenu
+3 −1
Original line number Diff line number Diff line
#
# ADC drivers
#
comment "Analog to digital convertors"
menu "Analog to digital convertors"

config AD7150
	tristate "Analog Devices ad7150/1/6 capacitive sensor driver"
@@ -229,3 +229,5 @@ config MAX1363_RING_BUFFER
	help
	  Say yes here to include ring buffer support in the MAX1363
	  ADC driver.

endmenu
+3 −1
Original line number Diff line number Diff line
#
# ADDAC drivers
#
comment "Analog digital bi-direction convertors"
menu "Analog digital bi-direction convertors"

config ADT7316
	tristate "Analog Devices ADT7316/7/8 ADT7516/7/9 temperature sensor, ADC and DAC driver"
@@ -23,3 +23,5 @@ config ADT7316_I2C
	help
	  Say yes here to build I2C bus support for Analog Devices ADT7316/7/8
	  and ADT7516/7/9.

endmenu
+3 −1
Original line number Diff line number Diff line
#
# DAC drivers
#
comment "Digital to analog convertors"
menu "Digital to analog convertors"

config AD5624R_SPI
	tristate "Analog Devices AD5624/44/64R DAC spi driver"
@@ -62,3 +62,5 @@ config MAX517

	  This driver can also be built as a module.  If so, the module
	  will be called max517.

endmenu
+3 −1
Original line number Diff line number Diff line
#
# Direct Digital Synthesis drivers
#
comment "Direct Digital Synthesis"
menu "Direct Digital Synthesis"

config AD5930
	tristate "Analog Devices ad5930/5932 driver"
@@ -57,3 +57,5 @@ config AD9951
	help
	  Say yes here to build support for Analog Devices DDS chip
	  ad9951, provides direct access via sysfs.

endmenu
Loading