xref: /openbmc/linux/drivers/iio/magnetometer/Kconfig (revision 534536ac)
1bc1d57baSsrinivas pandruvada#
2bc1d57baSsrinivas pandruvada# Magnetometer sensors
3bc1d57baSsrinivas pandruvada#
43edc84e6SLars-Peter Clausen# When adding new entries keep the list in alphabetical order
53edc84e6SLars-Peter Clausen
6bc1d57baSsrinivas pandruvadamenu "Magnetometer sensors"
7bc1d57baSsrinivas pandruvada
82fc72cd8SJonathan Cameronconfig AK8975
957e73a42SGwendal Grignou	tristate "Asahi Kasei AK 3-Axis Magnetometer"
102fc72cd8SJonathan Cameron	depends on I2C
1184935853SGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
12bc11ca4aSGregor Boirie	select IIO_BUFFER
13bc11ca4aSGregor Boirie	select IIO_TRIGGERED_BUFFER
142fc72cd8SJonathan Cameron	help
1557e73a42SGwendal Grignou	  Say yes here to build support for Asahi Kasei AK8975, AK8963,
1657e73a42SGwendal Grignou	  AK09911 or AK09912 3-Axis Magnetometer.
172fc72cd8SJonathan Cameron
182fc72cd8SJonathan Cameron	  To compile this driver as a module, choose M here: the module
192fc72cd8SJonathan Cameron	  will be called ak8975.
202fc72cd8SJonathan Cameron
21d14c0f10SSrinivas Pandruvadaconfig AK09911
22d14c0f10SSrinivas Pandruvada	tristate "Asahi Kasei AK09911 3-axis Compass"
2336086889SArnd Bergmann	depends on I2C
2484935853SGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
2557e73a42SGwendal Grignou	select AK8975
26d14c0f10SSrinivas Pandruvada	help
2757e73a42SGwendal Grignou	  Deprecated: AK09911 is now supported by AK8975 driver.
28d14c0f10SSrinivas Pandruvada
292427d22dSHartmut Knaackconfig BMC150_MAGN
30761b7910SDaniel Baluta	tristate
312427d22dSHartmut Knaack	select IIO_BUFFER
322427d22dSHartmut Knaack	select IIO_TRIGGERED_BUFFER
332427d22dSHartmut Knaack
34761b7910SDaniel Balutaconfig BMC150_MAGN_I2C
35761b7910SDaniel Baluta	tristate "Bosch BMC150 I2C Magnetometer Driver"
36761b7910SDaniel Baluta	depends on I2C
37761b7910SDaniel Baluta	select BMC150_MAGN
38761b7910SDaniel Baluta	select REGMAP_I2C
39761b7910SDaniel Baluta	help
40761b7910SDaniel Baluta	  Say yes here to build support for the BMC150 magnetometer with
41761b7910SDaniel Baluta	  I2C interface.
422427d22dSHartmut Knaack
432427d22dSHartmut Knaack	  This is a combo module with both accelerometer and magnetometer.
442427d22dSHartmut Knaack	  This driver is only implementing magnetometer part, which has
452427d22dSHartmut Knaack	  its own address and register map.
462427d22dSHartmut Knaack
472427d22dSHartmut Knaack	  To compile this driver as a module, choose M here: the module will be
48761b7910SDaniel Baluta	  called bmc150_magn_i2c.
492427d22dSHartmut Knaack
50534536acSDaniel Balutaconfig BMC150_MAGN_SPI
51534536acSDaniel Baluta	tristate "Bosch BMC150 SPI Magnetometer Driver"
52534536acSDaniel Baluta	depends on SPI
53534536acSDaniel Baluta	select BMC150_MAGN
54534536acSDaniel Baluta	select REGMAP_SPI
55534536acSDaniel Baluta	help
56534536acSDaniel Baluta	  Say yes here to build support for the BMC150 magnetometer with
57534536acSDaniel Baluta	  SPI interface.
58534536acSDaniel Baluta
59534536acSDaniel Baluta	  This is a combo module with both accelerometer and magnetometer.
60534536acSDaniel Baluta	  This driver is only implementing magnetometer part, which has
61534536acSDaniel Baluta	  its own address and register map.
62534536acSDaniel Baluta
63534536acSDaniel Baluta	  To compile this driver as a module, choose M here: the module will be
64534536acSDaniel Baluta	  called bmc150_magn_spi.
65534536acSDaniel Baluta
6639631b5fSPeter Meerwaldconfig MAG3110
6739631b5fSPeter Meerwald	tristate "Freescale MAG3110 3-Axis Magnetometer"
6839631b5fSPeter Meerwald	depends on I2C
6950619cb1SPeter Meerwald	select IIO_BUFFER
7050619cb1SPeter Meerwald	select IIO_TRIGGERED_BUFFER
7139631b5fSPeter Meerwald	help
7239631b5fSPeter Meerwald	  Say yes here to build support for the Freescale MAG3110 3-Axis
7339631b5fSPeter Meerwald	  magnetometer.
7439631b5fSPeter Meerwald
7539631b5fSPeter Meerwald	  To compile this driver as a module, choose M here: the module
7639631b5fSPeter Meerwald	  will be called mag3110.
7739631b5fSPeter Meerwald
78bc1d57baSsrinivas pandruvadaconfig HID_SENSOR_MAGNETOMETER_3D
79bc1d57baSsrinivas pandruvada	depends on HID_SENSOR_HUB
80bc1d57baSsrinivas pandruvada	select IIO_BUFFER
81bc1d57baSsrinivas pandruvada	select IIO_TRIGGERED_BUFFER
82bc1d57baSsrinivas pandruvada	select HID_SENSOR_IIO_COMMON
839541cc39SAlexander Holler	select HID_SENSOR_IIO_TRIGGER
84bc1d57baSsrinivas pandruvada	tristate "HID Magenetometer 3D"
85bc1d57baSsrinivas pandruvada	help
86bc1d57baSsrinivas pandruvada	  Say yes here to build support for the HID SENSOR
87bc1d57baSsrinivas pandruvada	  Magnetometer 3D.
88bc1d57baSsrinivas pandruvada
89abeb6b1eSDaniel Balutaconfig MMC35240
90abeb6b1eSDaniel Baluta	tristate "MEMSIC MMC35240 3-axis magnetic sensor"
91abeb6b1eSDaniel Baluta	select REGMAP_I2C
92abeb6b1eSDaniel Baluta	depends on I2C
93abeb6b1eSDaniel Baluta	help
94abeb6b1eSDaniel Baluta	  Say yes here to build support for the MEMSIC MMC35240 3-axis
95abeb6b1eSDaniel Baluta	  magnetic sensor.
96abeb6b1eSDaniel Baluta
97abeb6b1eSDaniel Baluta	  To compile this driver as a module, choose M here: the module
98abeb6b1eSDaniel Baluta	  will be called mmc35240.
99abeb6b1eSDaniel Baluta
100872e79adSDenis Cioccaconfig IIO_ST_MAGN_3AXIS
101872e79adSDenis Ciocca	tristate "STMicroelectronics magnetometers 3-Axis Driver"
102872e79adSDenis Ciocca	depends on (I2C || SPI_MASTER) && SYSFS
103872e79adSDenis Ciocca	select IIO_ST_SENSORS_CORE
104872e79adSDenis Ciocca	select IIO_ST_MAGN_I2C_3AXIS if (I2C)
105872e79adSDenis Ciocca	select IIO_ST_MAGN_SPI_3AXIS if (SPI_MASTER)
106872e79adSDenis Ciocca	select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
107872e79adSDenis Ciocca	help
108872e79adSDenis Ciocca	  Say yes here to build support for STMicroelectronics magnetometers:
109872e79adSDenis Ciocca	  LSM303DLHC, LSM303DLM, LIS3MDL.
110872e79adSDenis Ciocca
111341673f1SPeter Meerwald	  This driver can also be built as a module. If so, these modules
112341673f1SPeter Meerwald	  will be created:
113872e79adSDenis Ciocca	  - st_magn (core functions for the driver [it is mandatory]);
114872e79adSDenis Ciocca	  - st_magn_i2c (necessary for the I2C devices [optional*]);
115872e79adSDenis Ciocca	  - st_magn_spi (necessary for the SPI devices [optional*]);
116872e79adSDenis Ciocca
117872e79adSDenis Ciocca	  (*) one of these is necessary to do something.
118872e79adSDenis Ciocca
119872e79adSDenis Cioccaconfig IIO_ST_MAGN_I2C_3AXIS
120872e79adSDenis Ciocca	tristate
121872e79adSDenis Ciocca	depends on IIO_ST_MAGN_3AXIS
122872e79adSDenis Ciocca	depends on IIO_ST_SENSORS_I2C
123872e79adSDenis Ciocca
124872e79adSDenis Cioccaconfig IIO_ST_MAGN_SPI_3AXIS
125872e79adSDenis Ciocca	tristate
126872e79adSDenis Ciocca	depends on IIO_ST_MAGN_3AXIS
127872e79adSDenis Ciocca	depends on IIO_ST_SENSORS_SPI
128872e79adSDenis Ciocca
1297247645fSCristina Moraruconfig SENSORS_HMC5843
1307247645fSCristina Moraru	tristate
1317247645fSCristina Moraru	select IIO_BUFFER
1327247645fSCristina Moraru	select IIO_TRIGGERED_BUFFER
1337247645fSCristina Moraru
1347247645fSCristina Moraruconfig SENSORS_HMC5843_I2C
1357247645fSCristina Moraru	tristate "Honeywell HMC5843/5883/5883L 3-Axis Magnetometer (I2C)"
1367247645fSCristina Moraru	depends on I2C
1377247645fSCristina Moraru	select SENSORS_HMC5843
1387247645fSCristina Moraru	select REGMAP_I2C
1397247645fSCristina Moraru	help
1407247645fSCristina Moraru	  Say Y here to add support for the Honeywell HMC5843, HMC5883 and
1417247645fSCristina Moraru	  HMC5883L 3-Axis Magnetometer (digital compass).
1427247645fSCristina Moraru
1437247645fSCristina Moraru	  This driver can also be compiled as a set of modules.
1447247645fSCristina Moraru	  If so, these modules will be created:
1457247645fSCristina Moraru	  - hmc5843_core (core functions)
1467247645fSCristina Moraru	  - hmc5843_i2c (support for HMC5843, HMC5883, HMC5883L and HMC5983)
1477247645fSCristina Moraru
1487247645fSCristina Moraruconfig SENSORS_HMC5843_SPI
1497247645fSCristina Moraru	tristate "Honeywell HMC5983 3-Axis Magnetometer (SPI)"
1507247645fSCristina Moraru	depends on SPI_MASTER
1517247645fSCristina Moraru	select SENSORS_HMC5843
1527247645fSCristina Moraru	select REGMAP_SPI
1537247645fSCristina Moraru	help
1547247645fSCristina Moraru	  Say Y here to add support for the Honeywell HMC5983 3-Axis Magnetometer
1557247645fSCristina Moraru	  (digital compass).
1567247645fSCristina Moraru
1577247645fSCristina Moraru	  This driver can also be compiled as a set of modules.
1587247645fSCristina Moraru	  If so, these modules will be created:
1597247645fSCristina Moraru	  - hmc5843_core (core functions)
1607247645fSCristina Moraru	  - hmc5843_spi (support for HMC5983)
1617247645fSCristina Moraru
162bc1d57baSsrinivas pandruvadaendmenu
163