Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325096
b: refs/heads/master
c: bc1d57b
h: refs/heads/master
v: v3
  • Loading branch information
srinivas pandruvada authored and Jonathan Cameron committed Sep 6, 2012
1 parent 6a446dd commit 8bfc49a
Show file tree
Hide file tree
Showing 6 changed files with 444 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: c5bdbef704ba4c71a4fa2edc94d1930afad3b4c6
refs/heads/master: bc1d57ba0669877819822c05861961bb1f348840
1 change: 1 addition & 0 deletions trunk/drivers/iio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ source "drivers/iio/frequency/Kconfig"
source "drivers/iio/dac/Kconfig"
source "drivers/iio/common/Kconfig"
source "drivers/iio/gyro/Kconfig"
source "drivers/iio/magnetometer/Kconfig"

endif # IIO
1 change: 1 addition & 0 deletions trunk/drivers/iio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ obj-y += frequency/
obj-y += dac/
obj-y += common/
obj-y += gyro/
obj-y += magnetometer/
16 changes: 16 additions & 0 deletions trunk/drivers/iio/magnetometer/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#
# Magnetometer sensors
#
menu "Magnetometer sensors"

config HID_SENSOR_MAGNETOMETER_3D
depends on HID_SENSOR_HUB
select IIO_BUFFER
select IIO_TRIGGERED_BUFFER
select HID_SENSOR_IIO_COMMON
tristate "HID Magenetometer 3D"
help
Say yes here to build support for the HID SENSOR
Magnetometer 3D.

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

obj-$(CONFIG_HID_SENSOR_MAGNETOMETER_3D) += hid-sensor-magn-3d.o
Loading

0 comments on commit 8bfc49a

Please sign in to comment.