Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-btrfs-devel.git] / drivers / staging / iio / magnetometer / Kconfig
blob722c4e13f7131f86fb4b322285c806c8fd2ddd4e
2 # Magnetometer sensors
4 menu "Magnetometer sensors"
6 config SENSORS_AK8975
7         tristate "Asahi Kasei AK8975 3-Axis Magnetometer"
8         depends on I2C
9         depends on GENERIC_GPIO
10         help
11           Say yes here to build support for Asahi Kasei AK8975 3-Axis
12           Magnetometer.
14           To compile this driver as a module, choose M here: the module
15           will be called ak8975.
17 config SENSORS_HMC5843
18         tristate "Honeywell HMC5843 3-Axis Magnetometer"
19         depends on I2C
20         help
21           Say Y here to add support for the Honeywell HMC 5843 3-Axis
22           Magnetometer (digital compass).
24           To compile this driver as a module, choose M here: the module
25           will be called hmc5843
27 endmenu