Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205625
b: refs/heads/master
c: 98a62bb
h: refs/heads/master
i:
  205623: 842e087
v: v3
  • Loading branch information
Mike Frysinger authored and Greg Kroah-Hartman committed Jun 18, 2010
1 parent f487c5f commit ff01a35
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 38 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: 00ac9ba01d1868de1fc4645d952381966afa3ec2
refs/heads/master: 98a62bb7bc55c239c6ecc21e2fdbfa5df7690b30
3 changes: 1 addition & 2 deletions trunk/drivers/staging/iio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ obj-y += adc/
obj-y += gyro/
obj-y += imu/
obj-y += light/

obj-y += trigger/
obj-y += trigger/
50 changes: 25 additions & 25 deletions trunk/drivers/staging/iio/accel/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
comment "Accelerometers"

config ADIS16209
tristate "Analog Devices ADIS16209 Dual-Axis Digital Inclinometer and Accelerometer"
depends on SPI
select IIO_TRIGGER if IIO_RING_BUFFER
select IIO_SW_RING if IIO_RING_BUFFER
help
Say yes here to build support for Analog Devices adis16209 dual-axis digital inclinometer
and accelerometer.
tristate "Analog Devices ADIS16209 Dual-Axis Digital Inclinometer and Accelerometer"
depends on SPI
select IIO_TRIGGER if IIO_RING_BUFFER
select IIO_SW_RING if IIO_RING_BUFFER
help
Say yes here to build support for Analog Devices adis16209 dual-axis digital inclinometer
and accelerometer.

config ADIS16220
tristate "Analog Devices ADIS16220 Programmable Digital Vibration Sensor driver"
depends on SPI
help
Say yes here to build support for Analog Devices adis16220 programmable
digital vibration sensor.
tristate "Analog Devices ADIS16220 Programmable Digital Vibration Sensor"
depends on SPI
help
Say yes here to build support for Analog Devices adis16220 programmable
digital vibration sensor.

config ADIS16240
tristate "Analog Devices ADIS16240 Programmable Impact Sensor and Recorder"
depends on SPI
select IIO_TRIGGER if IIO_RING_BUFFER
select IIO_SW_RING if IIO_RING_BUFFER
help
Say yes here to build support for Analog Devices adis16240 programmable
impact Sensor and recorder.
tristate "Analog Devices ADIS16240 Programmable Impact Sensor and Recorder"
depends on SPI
select IIO_TRIGGER if IIO_RING_BUFFER
select IIO_SW_RING if IIO_RING_BUFFER
help
Say yes here to build support for Analog Devices adis16240 programmable
impact Sensor and recorder.

config KXSD9
tristate "Kionix KXSD9 Accelerometer Driver"
Expand All @@ -46,9 +46,9 @@ config LIS3L02DQ
and an event interface via a character device.

config SCA3000
depends on IIO_RING_BUFFER
depends on SPI
tristate "VTI SCA3000 series accelerometers"
help
Say yes here to build support for the VTI SCA3000 series of SPI
accelerometers. These devices use a hardware ring buffer.
depends on IIO_RING_BUFFER
depends on SPI
tristate "VTI SCA3000 series accelerometers"
help
Say yes here to build support for the VTI SCA3000 series of SPI
accelerometers. These devices use a hardware ring buffer.
3 changes: 2 additions & 1 deletion trunk/drivers/staging/iio/accel/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Makefile for industrial I/O accelerometer drivers
#

adis16209-y := adis16209_core.o
adis16209-$(CONFIG_IIO_RING_BUFFER) += adis16209_ring.o adis16209_trigger.o
obj-$(CONFIG_ADIS16209) += adis16209.o
Expand All @@ -19,4 +20,4 @@ lis3l02dq-$(CONFIG_IIO_RING_BUFFER) += lis3l02dq_ring.o
obj-$(CONFIG_LIS3L02DQ) += lis3l02dq.o

sca3000-y := sca3000_core.o sca3000_ring.o
obj-$(CONFIG_SCA3000) += sca3000.o
obj-$(CONFIG_SCA3000) += sca3000.o
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/adc/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

#
# Makefile for industrial I/O ADC drivers
#

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/gyro/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

#
# Makefile for digital gyroscope sensor drivers
#

Expand Down
8 changes: 4 additions & 4 deletions trunk/drivers/staging/iio/imu/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ config ADIS16350

config ADIS16400
tristate "Analog Devices ADIS16400/5 IMU SPI driver"
depends on SPI
depends on SPI
select IIO_SW_RING
select IIO_RING_BUFFER
select IIO_TRIGGER
help
Say yes here to build support for Analog Devices adis16400/5 triaxial
inertial sensor with Magnetometer.
help
Say yes here to build support for Analog Devices adis16400/5 triaxial
inertial sensor with Magnetometer.
3 changes: 2 additions & 1 deletion trunk/drivers/staging/iio/imu/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Makefile for Inertial Measurement Units
#

adis16300-y := adis16300_core.o
adis16300-$(CONFIG_IIO_RING_BUFFER) += adis16300_ring.o adis16300_trigger.o
obj-$(CONFIG_ADIS16300) += adis16300.o
Expand All @@ -11,4 +12,4 @@ obj-$(CONFIG_ADIS16350) += adis16350.o

adis16400-y := adis16400_core.o
adis16400-$(CONFIG_IIO_RING_BUFFER) += adis16400_ring.o adis16400_trigger.o
obj-$(CONFIG_ADIS16400) += adis16400.o
obj-$(CONFIG_ADIS16400) += adis16400.o
1 change: 0 additions & 1 deletion trunk/drivers/staging/iio/light/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ config SENSORS_TSL2563

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

3 changes: 2 additions & 1 deletion trunk/drivers/staging/iio/trigger/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Makefile for triggers not associated with iio-devices
#

obj-$(CONFIG_IIO_PERIODIC_RTC_TRIGGER) += iio-trig-periodic-rtc.o
obj-$(CONFIG_IIO_GPIO_TRIGGER) += iio-trig-gpio.o
obj-$(CONFIG_IIO_GPIO_TRIGGER) += iio-trig-gpio.o

0 comments on commit ff01a35

Please sign in to comment.