aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/accel/Kconfig
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@cam.ac.uk>2009-08-18 13:06:25 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 15:02:24 -0400
commit574fb258d63658e4564c32c1940068a3bad666a0 (patch)
tree9217de08c33f7e791ca0b6b1d31ced7259bc37eb /drivers/staging/iio/accel/Kconfig
parent7026ea4b52cf23a76507b5bddc92f394603c689e (diff)
Staging: IIO: VTI sca3000 series accelerometer driver (spi)
Example of how a device with a hardware ring buffer is handled within IIO. Changes since V2: * Moved to new registration functions giving much cleaner interface. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/iio/accel/Kconfig')
-rw-r--r--drivers/staging/iio/accel/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/staging/iio/accel/Kconfig b/drivers/staging/iio/accel/Kconfig
index afe619d88c7..fef3da48276 100644
--- a/drivers/staging/iio/accel/Kconfig
+++ b/drivers/staging/iio/accel/Kconfig
@@ -17,3 +17,11 @@ config LIS3L02DQ
17 Say yes here to build SPI support for the ST microelectronics 17 Say yes here to build SPI support for the ST microelectronics
18 accelerometer. The driver supplies direct access via sysfs files 18 accelerometer. The driver supplies direct access via sysfs files
19 and an event interface via a character device. 19 and an event interface via a character device.
20
21config SCA3000
22 depends on IIO_RING_BUFFER
23 depends on SPI
24 tristate "VTI SCA3000 series accelerometers"
25 help
26 Say yes here to build support for the VTI SCA3000 series of SPI
27 accelerometers. These devices use a hardware ring buffer. \ No newline at end of file