Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205950
b: refs/heads/master
c: b4e1782
h: refs/heads/master
v: v3
  • Loading branch information
Shubhrajyoti D authored and Greg Kroah-Hartman committed Jul 22, 2010
1 parent 738312a commit 75c89b2
Show file tree
Hide file tree
Showing 6 changed files with 647 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: 5fc9e4d527f059a996f4725a596698fa76c0370f
refs/heads/master: b4e178224cfdc8aae7dda0baab34a4e4110a2e93
1 change: 1 addition & 0 deletions trunk/drivers/staging/iio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ source "drivers/staging/iio/adc/Kconfig"
source "drivers/staging/iio/gyro/Kconfig"
source "drivers/staging/iio/imu/Kconfig"
source "drivers/staging/iio/light/Kconfig"
source "drivers/staging/iio/magnetometer/Kconfig"

source "drivers/staging/iio/trigger/Kconfig"

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/iio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ obj-y += gyro/
obj-y += imu/
obj-y += light/
obj-y += trigger/
obj-y += magnetometer/
15 changes: 15 additions & 0 deletions trunk/drivers/staging/iio/magnetometer/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#
# Magnetometer sensors
#
comment "Magnetometer sensors"

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

5 changes: 5 additions & 0 deletions trunk/drivers/staging/iio/magnetometer/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#
# Makefile for industrial I/O Magnetometer sensors
#

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

0 comments on commit 75c89b2

Please sign in to comment.