aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/gyro/Kconfig
blob: f62f68fd6f3fe0dceaaace9d85acaff30680d46f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# IIO Digital Gyroscope Sensor drivers configuration
#
menu "Digital gyroscope sensors"

config ADIS16060
	tristate "Analog Devices ADIS16060 Yaw Rate Gyroscope with SPI driver"
	depends on SPI
	help
	  Say Y (yes) here to build support for Analog Devices adis16060 wide bandwidth
	  yaw rate gyroscope with SPI.

	  To compile this driver as a module, say M here: the module will be
	  called adis16060. If unsure, say N.

endmenu