clk: rockchip: rk3328: add pclk for acodec
[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 n
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 config LS_CM3217
23   bool "cm3217"
24         depends on LIGHT_SENSOR_DEVICE
25         default n
26         help     
27           To have support for your specific gsesnor you will have to
28           select the proper drivers which depend on this option.
29 config LS_US5151
30   bool "us5151"
31         depends on LIGHT_SENSOR_DEVICE
32         default n
33         help
34           To have support for your specific gsesnor you will have to
35           select the proper drivers which depend on this option.
36           
37 endif