4 # When adding new entries keep the list in alphabetical order
6 menu "Magnetometer sensors"
9 tristate "Asahi Kasei AK8975 3-Axis Magnetometer"
13 Say yes here to build support for Asahi Kasei AK8975 3-Axis
16 To compile this driver as a module, choose M here: the module
17 will be called ak8975.
19 config HID_SENSOR_MAGNETOMETER_3D
20 depends on HID_SENSOR_HUB
22 select IIO_TRIGGERED_BUFFER
23 select HID_SENSOR_IIO_COMMON
24 select HID_SENSOR_IIO_TRIGGER
25 tristate "HID Magenetometer 3D"
27 Say yes here to build support for the HID SENSOR
30 config IIO_ST_MAGN_3AXIS
31 tristate "STMicroelectronics magnetometers 3-Axis Driver"
32 depends on (I2C || SPI_MASTER) && SYSFS
33 select IIO_ST_SENSORS_CORE
34 select IIO_ST_MAGN_I2C_3AXIS if (I2C)
35 select IIO_ST_MAGN_SPI_3AXIS if (SPI_MASTER)
36 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
38 Say yes here to build support for STMicroelectronics magnetometers:
39 LSM303DLHC, LSM303DLM, LIS3MDL.
41 This driver can also be built as a module. If so, these modules
43 - st_magn (core functions for the driver [it is mandatory]);
44 - st_magn_i2c (necessary for the I2C devices [optional*]);
45 - st_magn_spi (necessary for the SPI devices [optional*]);
47 (*) one of these is necessary to do something.
49 config IIO_ST_MAGN_I2C_3AXIS
51 depends on IIO_ST_MAGN_3AXIS
52 depends on IIO_ST_SENSORS_I2C
54 config IIO_ST_MAGN_SPI_3AXIS
56 depends on IIO_ST_MAGN_3AXIS
57 depends on IIO_ST_SENSORS_SPI