tizen 2.4 release
[profile/mobile/platform/kernel/linux-3.10-sc7730.git] / drivers / sensor / 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_GP2A
11         tristate "Sharp GP2AP002A00F I2C Proximity/Opto sensor driver"
12         depends on I2C
13         help
14           Say Y here if you have a Sharp GP2AP002A00F proximity/als combo-chip
15           hooked to an I2C bus.
16           To compile this driver as a module, choose M here: the
17           module will be called gp2ap002a00f.
18  
19 config SENSORS_BMA2X2
20         tristate "BMA255/BMA250E/BMA222E/BMA280 acceleration sensor support"
21         depends on I2C
22         help
23           If you say yes here you get support for Bosch Sensortec's
24           acceleration sensors BMA255/BMA250E/BMA222E/BMA280.
25
26
27 config SENSORS_BMM050
28         tristate "BMM050 Magnetic Sensor Driver"
29         depends on I2C
30         help
31          BMM050 Magnetic Sensor Driver implemented by Bosch-Sensortec.
32
33 config SENSORS_K2HH
34         tristate "k2hh accelerometer sensor driver"
35         depends on I2C
36         help
37          k2hh accelerometer sensor driver.
38
39 endif
40 endmenu