Merge branch 'develop-3.10' of ssh://10.10.10.29/rk/kernel into my_wifi
[firefly-linux-kernel-4.4.55.git] / drivers / input / gyroscope / Kconfig
1 #
2 # gyroscope drivers configuration
3 #
4
5 menuconfig GYRO_SENSOR_DEVICE
6         bool "gyroscope device support"
7         default n       
8         help
9           Enable this to be able to choose the drivers for controlling the
10           gyroscope sensor on some platforms, for example on PDAs.
11
12 if GYRO_SENSOR_DEVICE
13
14 config GYRO_SENSOR_K3G
15   bool "gyroscope k3g"
16         depends on GYRO_SENSOR_DEVICE
17         default n
18         help     
19           To have support for your specific gyroscope sesnor you will have to
20           select the proper drivers which depend on this option.
21
22 config GYRO_L3G4200D
23   bool "gyroscope l3g4200d"
24         depends on GYRO_SENSOR_DEVICE
25         default n
26         help     
27           To have support for your specific gyroscope sesnor you will have to
28           select the proper drivers which depend on this option.
29
30 endif