srinivas pandruvada | bc1d57ba | 2012-09-05 13:56:00 +0100 | [diff] [blame] | 1 | # |
| 2 | # Magnetometer sensors |
| 3 | # |
Lars-Peter Clausen | 3edc84e | 2013-07-15 08:45:00 +0100 | [diff] [blame] | 4 | # When adding new entries keep the list in alphabetical order |
| 5 | |
srinivas pandruvada | bc1d57ba | 2012-09-05 13:56:00 +0100 | [diff] [blame] | 6 | menu "Magnetometer sensors" |
| 7 | |
Jonathan Cameron | 2fc72cd | 2013-03-24 16:58:00 +0000 | [diff] [blame] | 8 | config AK8975 |
| 9 | tristate "Asahi Kasei AK8975 3-Axis Magnetometer" |
| 10 | depends on I2C |
| 11 | depends on GPIOLIB |
| 12 | help |
| 13 | Say yes here to build support for Asahi Kasei AK8975 3-Axis |
| 14 | Magnetometer. |
| 15 | |
| 16 | To compile this driver as a module, choose M here: the module |
| 17 | will be called ak8975. |
| 18 | |
Peter Meerwald | 39631b5 | 2013-10-21 21:53:00 +0100 | [diff] [blame] | 19 | config MAG3110 |
| 20 | tristate "Freescale MAG3110 3-Axis Magnetometer" |
| 21 | depends on I2C |
Peter Meerwald | 50619cb | 2013-10-29 00:59:00 +0000 | [diff] [blame] | 22 | select IIO_BUFFER |
| 23 | select IIO_TRIGGERED_BUFFER |
Peter Meerwald | 39631b5 | 2013-10-21 21:53:00 +0100 | [diff] [blame] | 24 | help |
| 25 | Say yes here to build support for the Freescale MAG3110 3-Axis |
| 26 | magnetometer. |
| 27 | |
| 28 | To compile this driver as a module, choose M here: the module |
| 29 | will be called mag3110. |
| 30 | |
srinivas pandruvada | bc1d57ba | 2012-09-05 13:56:00 +0100 | [diff] [blame] | 31 | config HID_SENSOR_MAGNETOMETER_3D |
| 32 | depends on HID_SENSOR_HUB |
| 33 | select IIO_BUFFER |
| 34 | select IIO_TRIGGERED_BUFFER |
| 35 | select HID_SENSOR_IIO_COMMON |
Alexander Holler | 9541cc3 | 2012-12-11 18:21:00 +0000 | [diff] [blame] | 36 | select HID_SENSOR_IIO_TRIGGER |
srinivas pandruvada | bc1d57ba | 2012-09-05 13:56:00 +0100 | [diff] [blame] | 37 | tristate "HID Magenetometer 3D" |
| 38 | help |
| 39 | Say yes here to build support for the HID SENSOR |
| 40 | Magnetometer 3D. |
| 41 | |
Denis Ciocca | 872e79a | 2013-01-25 23:44:00 +0000 | [diff] [blame] | 42 | config IIO_ST_MAGN_3AXIS |
| 43 | tristate "STMicroelectronics magnetometers 3-Axis Driver" |
| 44 | depends on (I2C || SPI_MASTER) && SYSFS |
| 45 | select IIO_ST_SENSORS_CORE |
| 46 | select IIO_ST_MAGN_I2C_3AXIS if (I2C) |
| 47 | select IIO_ST_MAGN_SPI_3AXIS if (SPI_MASTER) |
| 48 | select IIO_TRIGGERED_BUFFER if (IIO_BUFFER) |
Denis Ciocca | 872e79a | 2013-01-25 23:44:00 +0000 | [diff] [blame] | 49 | help |
| 50 | Say yes here to build support for STMicroelectronics magnetometers: |
| 51 | LSM303DLHC, LSM303DLM, LIS3MDL. |
| 52 | |
Peter Meerwald | 341673f | 2013-06-23 22:28:00 +0100 | [diff] [blame] | 53 | This driver can also be built as a module. If so, these modules |
| 54 | will be created: |
Denis Ciocca | 872e79a | 2013-01-25 23:44:00 +0000 | [diff] [blame] | 55 | - st_magn (core functions for the driver [it is mandatory]); |
| 56 | - st_magn_i2c (necessary for the I2C devices [optional*]); |
| 57 | - st_magn_spi (necessary for the SPI devices [optional*]); |
| 58 | |
| 59 | (*) one of these is necessary to do something. |
| 60 | |
| 61 | config IIO_ST_MAGN_I2C_3AXIS |
| 62 | tristate |
| 63 | depends on IIO_ST_MAGN_3AXIS |
| 64 | depends on IIO_ST_SENSORS_I2C |
| 65 | |
| 66 | config IIO_ST_MAGN_SPI_3AXIS |
| 67 | tristate |
| 68 | depends on IIO_ST_MAGN_3AXIS |
| 69 | depends on IIO_ST_SENSORS_SPI |
| 70 | |
srinivas pandruvada | bc1d57ba | 2012-09-05 13:56:00 +0100 | [diff] [blame] | 71 | endmenu |