upload tizen1.0 source
[kernel/linux-2.6.36.git] / drivers / staging / iio / gyro / Kconfig
1 #
2 # IIO Digital Gyroscope Sensor drivers configuration
3 #
4 comment "Digital gyroscope sensors"
5
6 config 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
15 config K3G
16         tristate "ST K3G gyroscope sensor"
17         depends on I2C
18         depends on IIO_RING_BUFFER
19         help
20           Say yes here to build support for ST K3G gyroscope sensor. These devices use a hardware ring buffer.
21
22           To compile this driver as a module, choose M here: the
23           module will be called k3g.
24