upload tizen1.0 source
[kernel/linux-2.6.36.git] / drivers / staging / iio / magnetometer / Kconfig
1 #
2 # Magnetometer sensors
3 #
4 comment "Magnetometer sensors"
5
6 config SENSORS_HMC5843
7         tristate "Honeywell HMC5843 3-Axis Magnetometer"
8         depends on I2C
9         help
10           Say Y here to add support for the Honeywell HMC 5843 3-Axis
11           Magnetometer (digital compass).
12
13           To compile this driver as a module, choose M here: the module
14           will be called hmc5843
15
16 config SENSORS_AK8975
17         tristate "Asahi Kasei AK8975 electronic compass"
18         depends on I2C
19         help
20           Say Y here if you want to support for Asahi Kasei
21           AK8975 electronic compass.
22
23           To compile this driver as a module, choose M here: the
24           module will be called ak8975.
25