Skip to content

Commit

Permalink
staging: iio: gyro: make sure grep can find the ADIS16265 support
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Michael Hennerich authored and Greg Kroah-Hartman committed Nov 9, 2010
1 parent 61a4295 commit f733d02
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions drivers/staging/iio/gyro/Kconfig
Original file line number Diff line number Diff line change
@@ -4,10 +4,13 @@
comment "Digital gyroscope sensors"

config ADIS16260
tristate "Analog Devices ADIS16260/5 Digital Gyroscope Sensor SPI driver"
tristate "Analog Devices ADIS16260 ADIS16265 Digital Gyroscope Sensor SPI driver"
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 adis16260/5
Say yes here to build support for Analog Devices ADIS16260 ADIS16265
programmable digital gyroscope sensor.

This driver can also be built as a module. If so, the module
will be called adis16260.
2 changes: 1 addition & 1 deletion drivers/staging/iio/gyro/adis16260_core.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* ADIS16260 Programmable Digital Gyroscope Sensor Driver
* ADIS16260/ADIS16265 Programmable Digital Gyroscope Sensor Driver
*
* Copyright 2010 Analog Devices Inc.
*

0 comments on commit f733d02

Please sign in to comment.