• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/gyro/
1#
2# IIO Digital Gyroscope Sensor drivers configuration
3#
4comment "Digital gyroscope sensors"
5
6config ADIS16260
7	tristate "Analog Devices ADIS16260/5 Digital Gyroscope Sensor SPI driver"
8	depends on SPI
9	select IIO_TRIGGER if IIO_RING_BUFFER
10	select IIO_SW_RING if IIO_RING_BUFFER
11	help
12	  Say yes here to build support for Analog Devices adis16260/5
13	  programmable digital gyroscope sensor.
14