Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338013
b: refs/heads/master
c: 9caed0d
h: refs/heads/master
i:
  338011: 167ca89
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Jonathan Cameron committed Nov 20, 2012
1 parent 33c1eb5 commit 8d15234
Show file tree
Hide file tree
Showing 4 changed files with 592 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: 57a1228a06b7a5939a8b0078a92b44fa30855bcb
refs/heads/master: 9caed0d9d6db12cb6d81ba68d5bc98432d6b4711
9 changes: 9 additions & 0 deletions trunk/drivers/iio/gyro/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
#
menu "Digital gyroscope sensors"

config ADIS16136
tristate "Analog devices ADIS16136 and similar gyroscopes driver"
depends on SPI_MASTER
select IIO_ADIS_LIB
select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
help
Say yes here to build support for the Analog Devices ADIS16133, ADIS16135,
ADIS16136 gyroscope devices.

config HID_SENSOR_GYRO_3D
depends on HID_SENSOR_HUB
select IIO_BUFFER
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/iio/gyro/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
# Makefile for industrial I/O gyroscope sensor drivers
#

obj-$(CONFIG_ADIS16136) += adis16136.o
obj-$(CONFIG_HID_SENSOR_GYRO_3D) += hid-sensor-gyro-3d.o
Loading

0 comments on commit 8d15234

Please sign in to comment.