Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354400
b: refs/heads/master
c: 420b0fc
h: refs/heads/master
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Jonathan Cameron committed Feb 2, 2013
1 parent 101ae50 commit 6e40b7f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 53ac8500ba9badae82b0412d08e1db9f5b21b3d5
refs/heads/master: 420b0fcb523b61eefb347317d3956db3249e968d
10 changes: 10 additions & 0 deletions trunk/drivers/iio/gyro/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ config ADIS16136
Say yes here to build support for the Analog Devices ADIS16133, ADIS16135,
ADIS16136 gyroscope devices.

config ADXRS450
tristate "Analog Devices ADXRS450/3 Digital Output Gyroscope SPI driver"
depends on SPI
help
Say yes here to build support for Analog Devices ADXRS450 and ADXRS453
programmable digital output gyroscope.

This driver can also be built as a module. If so, the module
will be called adxrs450.

config HID_SENSOR_GYRO_3D
depends on HID_SENSOR_HUB
select IIO_BUFFER
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/iio/gyro/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

obj-$(CONFIG_ADIS16080) += adis16080.o
obj-$(CONFIG_ADIS16136) += adis16136.o
obj-$(CONFIG_ADXRS450) += adxrs450.o

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

obj-$(CONFIG_IIO_ST_GYRO_3AXIS) += st_gyro.o
Expand Down
File renamed without changes.
10 changes: 0 additions & 10 deletions trunk/drivers/staging/iio/gyro/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,4 @@ config ADIS16260
This driver can also be built as a module. If so, the module
will be called adis16260.

config ADXRS450
tristate "Analog Devices ADXRS450/3 Digital Output Gyroscope SPI driver"
depends on SPI
help
Say yes here to build support for Analog Devices ADXRS450 and ADXRS453
programmable digital output gyroscope.

This driver can also be built as a module. If so, the module
will be called adxrs450.

endmenu
2 changes: 0 additions & 2 deletions trunk/drivers/staging/iio/gyro/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ obj-$(CONFIG_ADIS16130) += adis16130.o

adis16260-y := adis16260_core.o
obj-$(CONFIG_ADIS16260) += adis16260.o

obj-$(CONFIG_ADXRS450) += adxrs450.o

0 comments on commit 6e40b7f

Please sign in to comment.