summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/magnetometer/Kconfig
blob: 708279d559c8ca77f2bdc23f7ebdb9e198016c5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#
# Magnetometer sensors
#
menu "Magnetometer sensors"

config SENSORS_AK8975
	tristate "Asahi Kasei AK8975 3-Axis Magnetometer"
	depends on I2C
	depends on GENERIC_GPIO
	help
	  Say yes here to build support for Asahi Kasei AK8975 3-Axis
	  Magnetometer.

	  To compile this driver as a module, choose M here: the module
	  will be called ak8975.

config SENSORS_HMC5843
	tristate "Honeywell HMC5843 3-Axis Magnetometer"
	depends on I2C
	help
	  Say Y here to add support for the Honeywell HMC 5843 3-Axis
	  Magnetometer (digital compass).

	  To compile this driver as a module, choose M here: the module
	  will be called hmc5843

config SENSORS_LSM303DLH
	tristate "STMicroelectronics LSM303DLH 3-Axis Magnetometer"
	depends on I2C
	default n
	help
	  Say Y here to add support for the STMicroelectronics
	  LSM303DLH 3-Axis Magnetometer.

	  To compile this driver as a module, choose M here: the module
	  will be called lsm303dlh.

endmenu