xref: /openbmc/linux/drivers/iio/magnetometer/Kconfig (revision 75016ca3)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Magnetometer sensors
4#
5# When adding new entries keep the list in alphabetical order
6
7menu "Magnetometer sensors"
8
9config AK8974
10	tristate "Asahi Kasei AK8974 3-Axis Magnetometer"
11	depends on I2C
12	depends on OF
13	select REGMAP_I2C
14	select IIO_BUFFER
15	select IIO_TRIGGERED_BUFFER
16	help
17	  Say yes here to build support for Asahi Kasei AK8974, AMI305 or
18	  AMI306 I2C-based 3-axis magnetometer chips.
19
20	  To compile this driver as a module, choose M here: the module
21	  will be called ak8974.
22
23config AK8975
24	tristate "Asahi Kasei AK8975 3-Axis Magnetometer"
25	depends on I2C
26	depends on GPIOLIB || COMPILE_TEST
27	select IIO_BUFFER
28	select IIO_TRIGGERED_BUFFER
29	help
30	  Say yes here to build support for Asahi Kasei AK8975, AK8963,
31	  AK09911, AK09912 or AK09916 3-Axis Magnetometer.
32
33	  To compile this driver as a module, choose M here: the module
34	  will be called ak8975.
35
36config AK09911
37	tristate "Asahi Kasei AK09911 3-axis Compass"
38	depends on I2C
39	depends on GPIOLIB || COMPILE_TEST
40	select AK8975
41	help
42	  Deprecated: AK09911 is now supported by AK8975 driver.
43
44config BMC150_MAGN
45	tristate
46	select IIO_BUFFER
47	select IIO_TRIGGERED_BUFFER
48
49config BMC150_MAGN_I2C
50	tristate "Bosch BMC150 I2C Magnetometer Driver"
51	depends on I2C
52	select BMC150_MAGN
53	select REGMAP_I2C
54	help
55	  Say yes here to build support for the BMC150 magnetometer with
56	  I2C interface.
57
58	  This is a combo module with both accelerometer and magnetometer.
59	  This driver is only implementing magnetometer part, which has
60	  its own address and register map.
61
62	  This driver also supports I2C Bosch BMC156 and BMM150 chips.
63	  To compile this driver as a module, choose M here: the module will be
64	  called bmc150_magn_i2c.
65
66config BMC150_MAGN_SPI
67	tristate "Bosch BMC150 SPI Magnetometer Driver"
68	depends on SPI
69	select BMC150_MAGN
70	select REGMAP_SPI
71	help
72	  Say yes here to build support for the BMC150 magnetometer with
73	  SPI interface.
74
75	  This is a combo module with both accelerometer and magnetometer.
76	  This driver is only implementing magnetometer part, which has
77	  its own address and register map.
78
79	  This driver also supports SPI Bosch BMC156 and BMM150 chips.
80	  To compile this driver as a module, choose M here: the module will be
81	  called bmc150_magn_spi.
82
83config MAG3110
84	tristate "Freescale MAG3110 3-Axis Magnetometer"
85	depends on I2C
86	select IIO_BUFFER
87	select IIO_TRIGGERED_BUFFER
88	help
89	  Say yes here to build support for the Freescale MAG3110 3-Axis
90	  magnetometer.
91
92	  To compile this driver as a module, choose M here: the module
93	  will be called mag3110.
94
95config HID_SENSOR_MAGNETOMETER_3D
96	depends on HID_SENSOR_HUB
97	select IIO_BUFFER
98	select HID_SENSOR_IIO_COMMON
99	select HID_SENSOR_IIO_TRIGGER
100	tristate "HID Magenetometer 3D"
101	help
102	  Say yes here to build support for the HID SENSOR
103	  Magnetometer 3D.
104
105config MMC35240
106	tristate "MEMSIC MMC35240 3-axis magnetic sensor"
107	select REGMAP_I2C
108	depends on I2C
109	help
110	  Say yes here to build support for the MEMSIC MMC35240 3-axis
111	  magnetic sensor.
112
113	  To compile this driver as a module, choose M here: the module
114	  will be called mmc35240.
115
116config IIO_ST_MAGN_3AXIS
117	tristate "STMicroelectronics magnetometers 3-Axis Driver"
118	depends on (I2C || SPI_MASTER) && SYSFS
119	select IIO_ST_SENSORS_CORE
120	select IIO_ST_MAGN_I2C_3AXIS if (I2C)
121	select IIO_ST_MAGN_SPI_3AXIS if (SPI_MASTER)
122	select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
123	help
124	  Say yes here to build support for STMicroelectronics magnetometers:
125	  LSM303DLHC, LSM303DLM, LIS3MDL.
126
127	  This driver can also be built as a module. If so, these modules
128	  will be created:
129	  - st_magn (core functions for the driver [it is mandatory]);
130	  - st_magn_i2c (necessary for the I2C devices [optional*]);
131	  - st_magn_spi (necessary for the SPI devices [optional*]);
132
133	  (*) one of these is necessary to do something.
134
135config IIO_ST_MAGN_I2C_3AXIS
136	tristate
137	depends on IIO_ST_MAGN_3AXIS
138	depends on IIO_ST_SENSORS_I2C
139
140config IIO_ST_MAGN_SPI_3AXIS
141	tristate
142	depends on IIO_ST_MAGN_3AXIS
143	depends on IIO_ST_SENSORS_SPI
144
145config SENSORS_HMC5843
146	tristate
147	select IIO_BUFFER
148	select IIO_TRIGGERED_BUFFER
149
150config SENSORS_HMC5843_I2C
151	tristate "Honeywell HMC5843/5883/5883L 3-Axis Magnetometer (I2C)"
152	depends on I2C
153	select SENSORS_HMC5843
154	select REGMAP_I2C
155	help
156	  Say Y here to add support for the Honeywell HMC5843, HMC5883 and
157	  HMC5883L 3-Axis Magnetometer (digital compass).
158
159	  This driver can also be compiled as a set of modules.
160	  If so, these modules will be created:
161	  - hmc5843_core (core functions)
162	  - hmc5843_i2c (support for HMC5843, HMC5883, HMC5883L and HMC5983)
163
164config SENSORS_HMC5843_SPI
165	tristate "Honeywell HMC5983 3-Axis Magnetometer (SPI)"
166	depends on SPI_MASTER
167	select SENSORS_HMC5843
168	select REGMAP_SPI
169	help
170	  Say Y here to add support for the Honeywell HMC5983 3-Axis Magnetometer
171	  (digital compass).
172
173	  This driver can also be compiled as a set of modules.
174	  If so, these modules will be created:
175	  - hmc5843_core (core functions)
176	  - hmc5843_spi (support for HMC5983)
177
178config SENSORS_RM3100
179	tristate
180	select IIO_BUFFER
181	select IIO_TRIGGERED_BUFFER
182
183config SENSORS_RM3100_I2C
184	tristate "PNI RM3100 3-Axis Magnetometer (I2C)"
185	depends on I2C
186	select SENSORS_RM3100
187	select REGMAP_I2C
188	help
189	  Say Y here to add support for the PNI RM3100 3-Axis Magnetometer.
190
191	  This driver can also be compiled as a module.
192	  To compile this driver as a module, choose M here: the module
193	  will be called rm3100-i2c.
194
195config SENSORS_RM3100_SPI
196	tristate "PNI RM3100 3-Axis Magnetometer (SPI)"
197	depends on SPI_MASTER
198	select SENSORS_RM3100
199	select REGMAP_SPI
200	help
201	  Say Y here to add support for the PNI RM3100 3-Axis Magnetometer.
202
203	  This driver can also be compiled as a module.
204	  To compile this driver as a module, choose M here: the module
205	  will be called rm3100-spi.
206
207config YAMAHA_YAS530
208	tristate "Yamaha YAS530 family of 3-Axis Magnetometers (I2C)"
209	depends on I2C
210	select REGMAP_I2C
211	select IIO_BUFFER
212	select IIO_TRIGGERED_BUFFER
213	help
214	  Say Y here to add support for the Yamaha YAS530 series of
215	  3-Axis Magnetometers. Right now YAS530, YAS532 and YAS533 are
216	  fully supported.
217
218	  This driver can also be compiled as a module.
219	  To compile this driver as a module, choose M here: the module
220	  will be called yamaha-yas.
221
222endmenu
223