summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/gyro/Kconfig
blob: c7a7d299b05c5740ffa17b6a3b68e6324feb74ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# IIO Digital Gyroscope Sensor drivers configuration
#
comment "Digital gyroscope sensors"

config ADIS16260
	tristate "Analog Devices ADIS16260 ADIS16265 Digital Gyroscope Sensor SPI driver"
	depends on SPI
	select IIO_TRIGGER if IIO_RING_BUFFER
	select IIO_SW_RING if IIO_RING_BUFFER
	help
	  Say yes here to build support for Analog Devices ADIS16260 ADIS16265
	  programmable digital gyroscope sensor.

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

config ADIS16251
	tristate "Analog Devices ADIS16251 Digital Gyroscope Sensor SPI driver"
	depends on SPI
	help
	  Say yes here to build support for Analog Devices adis16261 programmable
	  digital gyroscope sensor.

	  This driver can also be built as a module.  If so, the module
	  will be called adis16251.
OpenPOWER on IntegriCloud