1#
2# IIO Digital Gyroscope Sensor drivers configuration
3#
4menu "Digital gyroscope sensors"
5
6config ADIS16060
7	tristate "Analog Devices ADIS16060 Yaw Rate Gyroscope with SPI driver"
8	depends on SPI
9	help
10	  Say Y (yes) here to build support for Analog Devices adis16060 wide bandwidth
11	  yaw rate gyroscope with SPI.
12
13	  To compile this driver as a module, say M here: the module will be
14	  called adis16060. If unsure, say N.
15
16endmenu
17