]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/staging/iio/magnetometer/Kconfig
Merge remote-tracking branches 'regulator/topic/db8500', 'regulator/topic/gpio',...
[karo-tx-linux.git] / drivers / staging / iio / magnetometer / Kconfig
1 #
2 # Magnetometer sensors
3 #
4 menu "Magnetometer sensors"
5
6 config SENSORS_HMC5843
7         tristate "Honeywell HMC5843/5883/5883L 3-Axis Magnetometer"
8         depends on I2C
9         select IIO_BUFFER
10         select IIO_TRIGGERED_BUFFER
11         help
12           Say Y here to add support for the Honeywell HMC5843, HMC5883 and
13           HMC5883L 3-Axis Magnetometer (digital compass).
14
15           To compile this driver as a module, choose M here: the module
16           will be called hmc5843.
17
18 endmenu