iio: Fix mag3110 scan_type
[deliverable/linux.git] / drivers / iio / magnetometer / Kconfig
CommitLineData
bc1d57ba 1#
2# Magnetometer sensors
3#
3edc84e6
LPC
4# When adding new entries keep the list in alphabetical order
5
bc1d57ba 6menu "Magnetometer sensors"
7
2fc72cd8
JC
8config 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
39631b5f
PM
19config MAG3110
20 tristate "Freescale MAG3110 3-Axis Magnetometer"
21 depends on I2C
22 help
23 Say yes here to build support for the Freescale MAG3110 3-Axis
24 magnetometer.
25
26 To compile this driver as a module, choose M here: the module
27 will be called mag3110.
28
bc1d57ba 29config HID_SENSOR_MAGNETOMETER_3D
30 depends on HID_SENSOR_HUB
31 select IIO_BUFFER
32 select IIO_TRIGGERED_BUFFER
33 select HID_SENSOR_IIO_COMMON
9541cc39 34 select HID_SENSOR_IIO_TRIGGER
bc1d57ba 35 tristate "HID Magenetometer 3D"
36 help
37 Say yes here to build support for the HID SENSOR
38 Magnetometer 3D.
39
872e79ad
DC
40config IIO_ST_MAGN_3AXIS
41 tristate "STMicroelectronics magnetometers 3-Axis Driver"
42 depends on (I2C || SPI_MASTER) && SYSFS
43 select IIO_ST_SENSORS_CORE
44 select IIO_ST_MAGN_I2C_3AXIS if (I2C)
45 select IIO_ST_MAGN_SPI_3AXIS if (SPI_MASTER)
46 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
872e79ad
DC
47 help
48 Say yes here to build support for STMicroelectronics magnetometers:
49 LSM303DLHC, LSM303DLM, LIS3MDL.
50
341673f1
PM
51 This driver can also be built as a module. If so, these modules
52 will be created:
872e79ad
DC
53 - st_magn (core functions for the driver [it is mandatory]);
54 - st_magn_i2c (necessary for the I2C devices [optional*]);
55 - st_magn_spi (necessary for the SPI devices [optional*]);
56
57 (*) one of these is necessary to do something.
58
59config IIO_ST_MAGN_I2C_3AXIS
60 tristate
61 depends on IIO_ST_MAGN_3AXIS
62 depends on IIO_ST_SENSORS_I2C
63
64config IIO_ST_MAGN_SPI_3AXIS
65 tristate
66 depends on IIO_ST_MAGN_3AXIS
67 depends on IIO_ST_SENSORS_SPI
68
bc1d57ba 69endmenu
This page took 0.137297 seconds and 5 git commands to generate.