Merge remote-tracking branch 'remotes/aosp/android-3.0' into develop-3.0
[firefly-linux-kernel-4.4.55.git] / drivers / input / lightsensor / Kconfig
1 #
2 # gsensor drivers configuration
3 #
4
5 menuconfig LIGHT_SENSOR_DEVICE
6         bool "light_sensor device support"
7         default n       
8         help
9           Enable this to be able to choose the drivers for controlling the
10           light_sensor on some platforms, for example on PDAs.
11
12 if LIGHT_SENSOR_DEVICE
13
14 config CM3202
15   bool "cm3202"
16         depends on LIGHT_SENSOR_DEVICE
17         default y
18         help     
19           To have support for your specific gsesnor you will have to
20           select the proper drivers which depend on this option.
21
22 endif