Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219840
b: refs/heads/master
c: 3285aae
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Chew authored and Greg Kroah-Hartman committed Sep 14, 2010
1 parent 4ea709f commit 090dd3e
Show file tree
Hide file tree
Showing 4 changed files with 570 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7223234ee02b6ceb9ae07804133d21b9156401e4
refs/heads/master: 3285aae1edd04ffdb6a732f7d90c44f90a7e5d8f
10 changes: 10 additions & 0 deletions trunk/drivers/staging/iio/magnetometer/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
#
comment "Magnetometer sensors"

config SENSORS_AK8975
tristate "Asahi Kasei AK8975 3-Axis Magnetometer"
depends on I2C
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
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/iio/magnetometer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
# Makefile for industrial I/O Magnetometer sensors
#

obj-$(CONFIG_SENSORS_AK8975) += ak8975.o
obj-$(CONFIG_SENSORS_HMC5843) += hmc5843.o
Loading

0 comments on commit 090dd3e

Please sign in to comment.