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 Original line Diff line number Diff line
#
#
# Accelerometer drivers
# Accelerometer drivers
#
#
comment "Accelerometers"
menu "Accelerometers"


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

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


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

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


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

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


config AD5624R_SPI
config AD5624R_SPI
	tristate "Analog Devices AD5624/44/64R DAC spi driver"
	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
	  This driver can also be built as a module.  If so, the module
	  will be called max517.
	  will be called max517.

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


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

endmenu
Loading