Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / staging / iio / magnetometer / Kconfig
1 #
2 # Magnetometer sensors
3 #
4 menu "Magnetometer sensors"
5
6 config SENSORS_AK8975
7         tristate "Asahi Kasei AK8975 3-Axis Magnetometer"
8         depends on I2C
9         depends on GPIOLIB
10         help
11           Say yes here to build support for Asahi Kasei AK8975 3-Axis
12           Magnetometer.
13
14           To compile this driver as a module, choose M here: the module
15           will be called ak8975.
16
17 config SENSORS_HMC5843
18         tristate "Honeywell HMC5843/5883/5883L 3-Axis Magnetometer"
19         depends on I2C
20         help
21           Say Y here to add support for the Honeywell HMC5843, HMC5883 and
22           HMC5883L 3-Axis Magnetometer (digital compass).
23
24           To compile this driver as a module, choose M here: the module
25           will be called hmc5843.
26
27 endmenu