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