drm/prime: add return check for dma_buf_fd
[profile/mobile/platform/kernel/linux-3.10-sc7730.git] / drivers / sensors / Kconfig
1 menu "Sensor support"
2
3 config SENSORS
4         bool "Support for sensors"
5         help
6           Say Y here to add support for accelerometer sensors
7
8 if SENSORS
9
10 config SENSORS_GP2A002
11         tristate "GP2A002 proximity sensor support"
12         depends on I2C
13         default n
14         help
15           If you say yes here you get support for sharp Sensortec's
16           proximity sensors GP2A002.
17
18 config SENSORS_GP2A_HAS_REGULATOR
19         depends on I2C
20         tristate "sensor use connected regulator"
21         default n
22         help
23           This option enable GP2A002 driver to parse connected regulators.
24
25 config SENSORS_LEDA_EN_GPIO
26         depends on I2C
27         tristate "LEDA_EN controlled by GPIO"
28         default n
29         help
30           This option enables leda_en controlled by GPIO using optical sensor driver.
31
32 config SENSORS_IMS1911
33         tristate "IMS1911 proximity sensor support"
34         depends on I2C
35         default n
36         help
37           If you say yes here you get support for sharp Sensortec's
38           proximity sensors SENSORS_IMS1911.
39
40 config SENSORS_CM36672P
41         tristate "CM36672P proximity sensor support"
42         depends on I2C
43         default n
44         help
45           If you say yes here you get support for
46           proximity sensors SENSORS_CM36672P.
47
48 config SENSORS_K2HH
49         depends on I2C
50         tristate "ST K2HH accelerometer"
51         default n
52         help
53           This option enables st k2hh accel driver
54
55 config SENSORS_K2HH_HAS_REGULATOR
56         depends on I2C
57         tristate "sensor use connected regulator"
58         default n
59         help
60           This option enable K2HH driver to parse connected regulators.
61
62 endif
63 endmenu