blob: dcadfc4f06619a1a147d560581bb7bfabdd3f663 [file] [log] [blame]
srinivas pandruvadabc1d57ba2012-09-05 13:56:00 +01001#
2# Magnetometer sensors
3#
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +01004# When adding new entries keep the list in alphabetical order
5
srinivas pandruvadabc1d57ba2012-09-05 13:56:00 +01006menu "Magnetometer sensors"
7
Jonathan Cameron2fc72cd2013-03-24 16:58:00 +00008config AK8975
Gwendal Grignou57e73a42014-11-21 10:45:49 -08009 tristate "Asahi Kasei AK 3-Axis Magnetometer"
Jonathan Cameron2fc72cd2013-03-24 16:58:00 +000010 depends on I2C
Geert Uytterhoeven84935852015-05-05 18:32:23 +020011 depends on GPIOLIB || COMPILE_TEST
Jonathan Cameron2fc72cd2013-03-24 16:58:00 +000012 help
Gwendal Grignou57e73a42014-11-21 10:45:49 -080013 Say yes here to build support for Asahi Kasei AK8975, AK8963,
14 AK09911 or AK09912 3-Axis Magnetometer.
Jonathan Cameron2fc72cd2013-03-24 16:58:00 +000015
16 To compile this driver as a module, choose M here: the module
17 will be called ak8975.
18
Srinivas Pandruvadad14c0f12014-11-06 23:06:00 +000019config AK09911
20 tristate "Asahi Kasei AK09911 3-axis Compass"
Arnd Bergmann36086882015-01-28 14:58:44 +010021 depends on I2C
Geert Uytterhoeven84935852015-05-05 18:32:23 +020022 depends on GPIOLIB || COMPILE_TEST
Gwendal Grignou57e73a42014-11-21 10:45:49 -080023 select AK8975
Srinivas Pandruvadad14c0f12014-11-06 23:06:00 +000024 help
Gwendal Grignou57e73a42014-11-21 10:45:49 -080025 Deprecated: AK09911 is now supported by AK8975 driver.
Srinivas Pandruvadad14c0f12014-11-06 23:06:00 +000026
Peter Meerwald39631b52013-10-21 21:53:00 +010027config MAG3110
28 tristate "Freescale MAG3110 3-Axis Magnetometer"
29 depends on I2C
Peter Meerwald50619cb2013-10-29 00:59:00 +000030 select IIO_BUFFER
31 select IIO_TRIGGERED_BUFFER
Peter Meerwald39631b52013-10-21 21:53:00 +010032 help
33 Say yes here to build support for the Freescale MAG3110 3-Axis
34 magnetometer.
35
36 To compile this driver as a module, choose M here: the module
37 will be called mag3110.
38
srinivas pandruvadabc1d57ba2012-09-05 13:56:00 +010039config HID_SENSOR_MAGNETOMETER_3D
40 depends on HID_SENSOR_HUB
41 select IIO_BUFFER
42 select IIO_TRIGGERED_BUFFER
43 select HID_SENSOR_IIO_COMMON
Alexander Holler9541cc32012-12-11 18:21:00 +000044 select HID_SENSOR_IIO_TRIGGER
srinivas pandruvadabc1d57ba2012-09-05 13:56:00 +010045 tristate "HID Magenetometer 3D"
46 help
47 Say yes here to build support for the HID SENSOR
48 Magnetometer 3D.
49
Daniel Balutaabeb6b12015-04-24 18:58:30 +030050config MMC35240
51 tristate "MEMSIC MMC35240 3-axis magnetic sensor"
52 select REGMAP_I2C
53 depends on I2C
54 help
55 Say yes here to build support for the MEMSIC MMC35240 3-axis
56 magnetic sensor.
57
58 To compile this driver as a module, choose M here: the module
59 will be called mmc35240.
60
Denis Ciocca872e79a2013-01-25 23:44:00 +000061config IIO_ST_MAGN_3AXIS
62 tristate "STMicroelectronics magnetometers 3-Axis Driver"
63 depends on (I2C || SPI_MASTER) && SYSFS
64 select IIO_ST_SENSORS_CORE
65 select IIO_ST_MAGN_I2C_3AXIS if (I2C)
66 select IIO_ST_MAGN_SPI_3AXIS if (SPI_MASTER)
67 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
Denis Ciocca872e79a2013-01-25 23:44:00 +000068 help
69 Say yes here to build support for STMicroelectronics magnetometers:
70 LSM303DLHC, LSM303DLM, LIS3MDL.
71
Peter Meerwald341673f2013-06-23 22:28:00 +010072 This driver can also be built as a module. If so, these modules
73 will be created:
Denis Ciocca872e79a2013-01-25 23:44:00 +000074 - st_magn (core functions for the driver [it is mandatory]);
75 - st_magn_i2c (necessary for the I2C devices [optional*]);
76 - st_magn_spi (necessary for the SPI devices [optional*]);
77
78 (*) one of these is necessary to do something.
79
80config IIO_ST_MAGN_I2C_3AXIS
81 tristate
82 depends on IIO_ST_MAGN_3AXIS
83 depends on IIO_ST_SENSORS_I2C
84
85config IIO_ST_MAGN_SPI_3AXIS
86 tristate
87 depends on IIO_ST_MAGN_3AXIS
88 depends on IIO_ST_SENSORS_SPI
89
Irina Tirdeac91746a2015-04-29 21:16:37 +030090config BMC150_MAGN
91 tristate "Bosch BMC150 Magnetometer Driver"
92 depends on I2C
93 select IIO_BUFFER
94 select IIO_TRIGGERED_BUFFER
95 help
96 Say yes here to build support for the BMC150 magnetometer.
97
98 Currently this only supports the device via an i2c interface.
99
100 This is a combo module with both accelerometer and magnetometer.
101 This driver is only implementing magnetometer part, which has
102 its own address and register map.
103
srinivas pandruvadabc1d57ba2012-09-05 13:56:00 +0100104endmenu