4 # When adding new entries keep the list in alphabetical order
6 menu "Magnetometer sensors"
9 tristate "Asahi Kasei AK 3-Axis Magnetometer"
11 depends on GPIOLIB || COMPILE_TEST
13 select IIO_TRIGGERED_BUFFER
15 Say yes here to build support for Asahi Kasei AK8975, AK8963,
16 AK09911 or AK09912 3-Axis Magnetometer.
18 To compile this driver as a module, choose M here: the module
19 will be called ak8975.
22 tristate "Asahi Kasei AK09911 3-axis Compass"
24 depends on GPIOLIB || COMPILE_TEST
27 Deprecated: AK09911 is now supported by AK8975 driver.
32 select IIO_TRIGGERED_BUFFER
34 config BMC150_MAGN_I2C
35 tristate "Bosch BMC150 I2C Magnetometer Driver"
40 Say yes here to build support for the BMC150 magnetometer with
43 This is a combo module with both accelerometer and magnetometer.
44 This driver is only implementing magnetometer part, which has
45 its own address and register map.
47 To compile this driver as a module, choose M here: the module will be
48 called bmc150_magn_i2c.
50 config BMC150_MAGN_SPI
51 tristate "Bosch BMC150 SPI Magnetometer Driver"
56 Say yes here to build support for the BMC150 magnetometer with
59 This is a combo module with both accelerometer and magnetometer.
60 This driver is only implementing magnetometer part, which has
61 its own address and register map.
63 To compile this driver as a module, choose M here: the module will be
64 called bmc150_magn_spi.
67 tristate "Freescale MAG3110 3-Axis Magnetometer"
70 select IIO_TRIGGERED_BUFFER
72 Say yes here to build support for the Freescale MAG3110 3-Axis
75 To compile this driver as a module, choose M here: the module
76 will be called mag3110.
78 config HID_SENSOR_MAGNETOMETER_3D
79 depends on HID_SENSOR_HUB
81 select IIO_TRIGGERED_BUFFER
82 select HID_SENSOR_IIO_COMMON
83 select HID_SENSOR_IIO_TRIGGER
84 tristate "HID Magenetometer 3D"
86 Say yes here to build support for the HID SENSOR
90 tristate "MEMSIC MMC35240 3-axis magnetic sensor"
94 Say yes here to build support for the MEMSIC MMC35240 3-axis
97 To compile this driver as a module, choose M here: the module
98 will be called mmc35240.
100 config IIO_ST_MAGN_3AXIS
101 tristate "STMicroelectronics magnetometers 3-Axis Driver"
102 depends on (I2C || SPI_MASTER) && SYSFS
103 select IIO_ST_SENSORS_CORE
104 select IIO_ST_MAGN_I2C_3AXIS if (I2C)
105 select IIO_ST_MAGN_SPI_3AXIS if (SPI_MASTER)
106 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
108 Say yes here to build support for STMicroelectronics magnetometers:
109 LSM303DLHC, LSM303DLM, LIS3MDL.
111 This driver can also be built as a module. If so, these modules
113 - st_magn (core functions for the driver [it is mandatory]);
114 - st_magn_i2c (necessary for the I2C devices [optional*]);
115 - st_magn_spi (necessary for the SPI devices [optional*]);
117 (*) one of these is necessary to do something.
119 config IIO_ST_MAGN_I2C_3AXIS
121 depends on IIO_ST_MAGN_3AXIS
122 depends on IIO_ST_SENSORS_I2C
124 config IIO_ST_MAGN_SPI_3AXIS
126 depends on IIO_ST_MAGN_3AXIS
127 depends on IIO_ST_SENSORS_SPI
129 config SENSORS_HMC5843
132 select IIO_TRIGGERED_BUFFER
134 config SENSORS_HMC5843_I2C
135 tristate "Honeywell HMC5843/5883/5883L 3-Axis Magnetometer (I2C)"
137 select SENSORS_HMC5843
140 Say Y here to add support for the Honeywell HMC5843, HMC5883 and
141 HMC5883L 3-Axis Magnetometer (digital compass).
143 This driver can also be compiled as a set of modules.
144 If so, these modules will be created:
145 - hmc5843_core (core functions)
146 - hmc5843_i2c (support for HMC5843, HMC5883, HMC5883L and HMC5983)
148 config SENSORS_HMC5843_SPI
149 tristate "Honeywell HMC5983 3-Axis Magnetometer (SPI)"
150 depends on SPI_MASTER
151 select SENSORS_HMC5843
154 Say Y here to add support for the Honeywell HMC5983 3-Axis Magnetometer
157 This driver can also be compiled as a set of modules.
158 If so, these modules will be created:
159 - hmc5843_core (core functions)
160 - hmc5843_spi (support for HMC5983)