2019-05-19 05:07:45 -07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2012-09-05 05:56:00 -07:00
|
|
|
#
|
|
|
|
# Magnetometer sensors
|
|
|
|
#
|
2013-07-15 00:45:00 -07:00
|
|
|
# When adding new entries keep the list in alphabetical order
|
|
|
|
|
2012-09-05 05:56:00 -07:00
|
|
|
menu "Magnetometer sensors"
|
|
|
|
|
2024-02-21 18:13:37 -07:00
|
|
|
config AF8133J
|
|
|
|
tristate "Voltafield AF8133J 3-Axis Magnetometer"
|
|
|
|
depends on I2C
|
|
|
|
depends on OF
|
|
|
|
select REGMAP_I2C
|
2024-10-03 14:04:57 -07:00
|
|
|
select IIO_BUFFER
|
|
|
|
select IIO_TRIGGERED_BUFFER
|
2024-02-21 18:13:37 -07:00
|
|
|
help
|
|
|
|
Say yes here to build support for Voltafield AF8133J I2C-based
|
|
|
|
3-axis magnetometer chip.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
|
|
will be called af8133j.
|
|
|
|
|
2016-07-25 06:54:55 -07:00
|
|
|
config AK8974
|
|
|
|
tristate "Asahi Kasei AK8974 3-Axis Magnetometer"
|
|
|
|
depends on I2C
|
|
|
|
select REGMAP_I2C
|
|
|
|
select IIO_BUFFER
|
|
|
|
select IIO_TRIGGERED_BUFFER
|
|
|
|
help
|
2017-08-17 06:56:10 -07:00
|
|
|
Say yes here to build support for Asahi Kasei AK8974, AMI305 or
|
|
|
|
AMI306 I2C-based 3-axis magnetometer chips.
|
2016-07-25 06:54:55 -07:00
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
|
|
will be called ak8974.
|
|
|
|
|
2013-03-24 09:58:00 -07:00
|
|
|
config AK8975
|
2016-07-25 06:54:55 -07:00
|
|
|
tristate "Asahi Kasei AK8975 3-Axis Magnetometer"
|
2013-03-24 09:58:00 -07:00
|
|
|
depends on I2C
|
2015-05-05 09:32:23 -07:00
|
|
|
depends on GPIOLIB || COMPILE_TEST
|
2016-04-08 08:09:08 -07:00
|
|
|
select IIO_BUFFER
|
|
|
|
select IIO_TRIGGERED_BUFFER
|
2013-03-24 09:58:00 -07:00
|
|
|
help
|
2014-11-21 11:45:49 -07:00
|
|
|
Say yes here to build support for Asahi Kasei AK8975, AK8963,
|
2024-08-18 15:29:42 -07:00
|
|
|
AK09911, AK09912, AK09916 or AK09918 3-Axis Magnetometer.
|
2013-03-24 09:58:00 -07:00
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
|
|
will be called ak8975.
|
|
|
|
|
2014-11-06 16:06:00 -07:00
|
|
|
config AK09911
|
|
|
|
tristate "Asahi Kasei AK09911 3-axis Compass"
|
2015-01-28 06:58:44 -07:00
|
|
|
depends on I2C
|
2015-05-05 09:32:23 -07:00
|
|
|
depends on GPIOLIB || COMPILE_TEST
|
2014-11-21 11:45:49 -07:00
|
|
|
select AK8975
|
2014-11-06 16:06:00 -07:00
|
|
|
help
|
2014-11-21 11:45:49 -07:00
|
|
|
Deprecated: AK09911 is now supported by AK8975 driver.
|
2014-11-06 16:06:00 -07:00
|
|
|
|
2015-07-17 01:52:25 -07:00
|
|
|
config BMC150_MAGN
|
2016-04-15 07:13:09 -07:00
|
|
|
tristate
|
2015-07-17 01:52:25 -07:00
|
|
|
select IIO_BUFFER
|
|
|
|
select IIO_TRIGGERED_BUFFER
|
|
|
|
|
2016-04-15 07:13:09 -07:00
|
|
|
config BMC150_MAGN_I2C
|
|
|
|
tristate "Bosch BMC150 I2C Magnetometer Driver"
|
|
|
|
depends on I2C
|
|
|
|
select BMC150_MAGN
|
|
|
|
select REGMAP_I2C
|
|
|
|
help
|
|
|
|
Say yes here to build support for the BMC150 magnetometer with
|
|
|
|
I2C interface.
|
2015-07-17 01:52:25 -07:00
|
|
|
|
|
|
|
This is a combo module with both accelerometer and magnetometer.
|
|
|
|
This driver is only implementing magnetometer part, which has
|
|
|
|
its own address and register map.
|
|
|
|
|
2016-05-24 05:42:28 -07:00
|
|
|
This driver also supports I2C Bosch BMC156 and BMM150 chips.
|
2015-07-17 01:52:25 -07:00
|
|
|
To compile this driver as a module, choose M here: the module will be
|
2016-04-15 07:13:09 -07:00
|
|
|
called bmc150_magn_i2c.
|
2015-07-17 01:52:25 -07:00
|
|
|
|
2016-04-15 07:13:10 -07:00
|
|
|
config BMC150_MAGN_SPI
|
|
|
|
tristate "Bosch BMC150 SPI Magnetometer Driver"
|
|
|
|
depends on SPI
|
|
|
|
select BMC150_MAGN
|
|
|
|
select REGMAP_SPI
|
|
|
|
help
|
|
|
|
Say yes here to build support for the BMC150 magnetometer with
|
|
|
|
SPI interface.
|
|
|
|
|
|
|
|
This is a combo module with both accelerometer and magnetometer.
|
|
|
|
This driver is only implementing magnetometer part, which has
|
|
|
|
its own address and register map.
|
|
|
|
|
2016-05-24 05:42:28 -07:00
|
|
|
This driver also supports SPI Bosch BMC156 and BMM150 chips.
|
2016-04-15 07:13:10 -07:00
|
|
|
To compile this driver as a module, choose M here: the module will be
|
|
|
|
called bmc150_magn_spi.
|
|
|
|
|
2013-10-21 13:53:00 -07:00
|
|
|
config MAG3110
|
|
|
|
tristate "Freescale MAG3110 3-Axis Magnetometer"
|
|
|
|
depends on I2C
|
2013-10-28 17:59:00 -07:00
|
|
|
select IIO_BUFFER
|
|
|
|
select IIO_TRIGGERED_BUFFER
|
2013-10-21 13:53:00 -07:00
|
|
|
help
|
|
|
|
Say yes here to build support for the Freescale MAG3110 3-Axis
|
|
|
|
magnetometer.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
|
|
will be called mag3110.
|
|
|
|
|
2012-09-05 05:56:00 -07:00
|
|
|
config HID_SENSOR_MAGNETOMETER_3D
|
|
|
|
depends on HID_SENSOR_HUB
|
|
|
|
select IIO_BUFFER
|
|
|
|
select HID_SENSOR_IIO_COMMON
|
2012-12-11 11:21:00 -07:00
|
|
|
select HID_SENSOR_IIO_TRIGGER
|
2012-09-05 05:56:00 -07:00
|
|
|
tristate "HID Magenetometer 3D"
|
|
|
|
help
|
|
|
|
Say yes here to build support for the HID SENSOR
|
|
|
|
Magnetometer 3D.
|
|
|
|
|
2015-04-24 08:58:30 -07:00
|
|
|
config MMC35240
|
|
|
|
tristate "MEMSIC MMC35240 3-axis magnetic sensor"
|
|
|
|
select REGMAP_I2C
|
|
|
|
depends on I2C
|
|
|
|
help
|
|
|
|
Say yes here to build support for the MEMSIC MMC35240 3-axis
|
|
|
|
magnetic sensor.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
|
|
will be called mmc35240.
|
|
|
|
|
2013-01-25 16:44:00 -07:00
|
|
|
config IIO_ST_MAGN_3AXIS
|
|
|
|
tristate "STMicroelectronics magnetometers 3-Axis Driver"
|
|
|
|
depends on (I2C || SPI_MASTER) && SYSFS
|
|
|
|
select IIO_ST_SENSORS_CORE
|
|
|
|
select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
|
|
|
|
help
|
|
|
|
Say yes here to build support for STMicroelectronics magnetometers:
|
2023-01-06 03:22:39 -07:00
|
|
|
LSM303C, LSM303DLHC, LSM303DLM, LIS3MDL.
|
2013-01-25 16:44:00 -07:00
|
|
|
|
2022-01-10 08:24:32 -07:00
|
|
|
Also need to enable at least one of I2C and SPI interface drivers
|
|
|
|
below.
|
2013-01-25 16:44:00 -07:00
|
|
|
|
|
|
|
config IIO_ST_MAGN_I2C_3AXIS
|
2022-01-10 08:24:32 -07:00
|
|
|
tristate "STMicroelectronics magnetometers 3-Axis I2C Interface"
|
|
|
|
depends on I2C && IIO_ST_MAGN_3AXIS
|
|
|
|
default I2C && IIO_ST_MAGN_3AXIS
|
|
|
|
select IIO_ST_SENSORS_I2C
|
|
|
|
help
|
|
|
|
Build support for STMicroelectronics magnetometers I2C interface.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here. The module
|
|
|
|
will be called st_magn_i2c.
|
2013-01-25 16:44:00 -07:00
|
|
|
|
|
|
|
config IIO_ST_MAGN_SPI_3AXIS
|
2022-01-10 08:24:32 -07:00
|
|
|
tristate "STMicroelectronics magnetometers 3-Axis SPI Interface"
|
|
|
|
depends on SPI_MASTER && IIO_ST_MAGN_3AXIS
|
|
|
|
default SPI_MASTER && IIO_ST_MAGN_3AXIS
|
|
|
|
select IIO_ST_SENSORS_SPI
|
|
|
|
help
|
|
|
|
Build support for STMicroelectronics magnetometers SPI interface.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here. The module
|
|
|
|
will be called st_magn_spi.
|
2013-01-25 16:44:00 -07:00
|
|
|
|
2016-02-14 15:37:39 -07:00
|
|
|
config SENSORS_HMC5843
|
|
|
|
tristate
|
|
|
|
select IIO_BUFFER
|
|
|
|
select IIO_TRIGGERED_BUFFER
|
|
|
|
|
|
|
|
config SENSORS_HMC5843_I2C
|
|
|
|
tristate "Honeywell HMC5843/5883/5883L 3-Axis Magnetometer (I2C)"
|
|
|
|
depends on I2C
|
|
|
|
select SENSORS_HMC5843
|
|
|
|
select REGMAP_I2C
|
|
|
|
help
|
|
|
|
Say Y here to add support for the Honeywell HMC5843, HMC5883 and
|
|
|
|
HMC5883L 3-Axis Magnetometer (digital compass).
|
|
|
|
|
|
|
|
This driver can also be compiled as a set of modules.
|
|
|
|
If so, these modules will be created:
|
|
|
|
- hmc5843_core (core functions)
|
|
|
|
- hmc5843_i2c (support for HMC5843, HMC5883, HMC5883L and HMC5983)
|
|
|
|
|
|
|
|
config SENSORS_HMC5843_SPI
|
|
|
|
tristate "Honeywell HMC5983 3-Axis Magnetometer (SPI)"
|
|
|
|
depends on SPI_MASTER
|
|
|
|
select SENSORS_HMC5843
|
|
|
|
select REGMAP_SPI
|
|
|
|
help
|
|
|
|
Say Y here to add support for the Honeywell HMC5983 3-Axis Magnetometer
|
|
|
|
(digital compass).
|
|
|
|
|
|
|
|
This driver can also be compiled as a set of modules.
|
|
|
|
If so, these modules will be created:
|
|
|
|
- hmc5843_core (core functions)
|
|
|
|
- hmc5843_spi (support for HMC5983)
|
|
|
|
|
2018-11-08 02:27:49 -07:00
|
|
|
config SENSORS_RM3100
|
|
|
|
tristate
|
|
|
|
select IIO_BUFFER
|
|
|
|
select IIO_TRIGGERED_BUFFER
|
|
|
|
|
|
|
|
config SENSORS_RM3100_I2C
|
|
|
|
tristate "PNI RM3100 3-Axis Magnetometer (I2C)"
|
|
|
|
depends on I2C
|
|
|
|
select SENSORS_RM3100
|
|
|
|
select REGMAP_I2C
|
|
|
|
help
|
|
|
|
Say Y here to add support for the PNI RM3100 3-Axis Magnetometer.
|
|
|
|
|
|
|
|
This driver can also be compiled as a module.
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
|
|
will be called rm3100-i2c.
|
|
|
|
|
|
|
|
config SENSORS_RM3100_SPI
|
|
|
|
tristate "PNI RM3100 3-Axis Magnetometer (SPI)"
|
|
|
|
depends on SPI_MASTER
|
|
|
|
select SENSORS_RM3100
|
|
|
|
select REGMAP_SPI
|
|
|
|
help
|
|
|
|
Say Y here to add support for the PNI RM3100 3-Axis Magnetometer.
|
|
|
|
|
|
|
|
This driver can also be compiled as a module.
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
|
|
will be called rm3100-spi.
|
|
|
|
|
2022-12-01 00:22:20 -07:00
|
|
|
config TI_TMAG5273
|
|
|
|
tristate "TI TMAG5273 Low-Power Linear 3D Hall-Effect Sensor"
|
|
|
|
depends on I2C
|
|
|
|
select REGMAP_I2C
|
|
|
|
help
|
|
|
|
Say Y here to add support for the TI TMAG5273 Low-Power
|
|
|
|
Linear 3D Hall-Effect Sensor.
|
|
|
|
|
|
|
|
This driver can also be compiled as a module.
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
|
|
will be called tmag5273.
|
|
|
|
|
2020-12-24 05:08:20 -07:00
|
|
|
config YAMAHA_YAS530
|
|
|
|
tristate "Yamaha YAS530 family of 3-Axis Magnetometers (I2C)"
|
|
|
|
depends on I2C
|
|
|
|
select REGMAP_I2C
|
|
|
|
select IIO_BUFFER
|
|
|
|
select IIO_TRIGGERED_BUFFER
|
|
|
|
help
|
|
|
|
Say Y here to add support for the Yamaha YAS530 series of
|
2022-08-12 15:05:03 -07:00
|
|
|
3-Axis Magnetometers. YAS530, YAS532, YAS533 and YAS537 are
|
|
|
|
supported.
|
2020-12-24 05:08:20 -07:00
|
|
|
|
|
|
|
This driver can also be compiled as a module.
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
|
|
will be called yamaha-yas.
|
|
|
|
|
2012-09-05 05:56:00 -07:00
|
|
|
endmenu
|