1#
2# Magnetometer sensors
3#
4menu "Magnetometer sensors"
5
6config 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.
13
14	  To compile this driver as a module, choose M here: the module
15	  will be called ak8975.
16
17config 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).
23
24	  To compile this driver as a module, choose M here: the module
25	  will be called hmc5843
26
27endmenu
28