• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/iio/magnetometer/
1#
2# Magnetometer sensors
3#
4comment "Magnetometer sensors"
5
6config SENSORS_HMC5843
7	tristate "Honeywell HMC5843 3-Axis Magnetometer"
8	depends on I2C
9	help
10	  Say Y here to add support for the Honeywell HMC 5843 3-Axis
11	  Magnetometer (digital compass).
12
13	  To compile this driver as a module, choose M here: the module
14	  will be called hmc5843
15
16