Title: [9430] trunk/drivers/staging/iio/gyro: staging: iio: gyro: make sure grep can find the ADIS16265 support
Revision
9430
Author
hennerich
Date
2010-10-26 10:12:05 -0400 (Tue, 26 Oct 2010)

Log Message

staging: iio: gyro: make sure grep can find the ADIS16265 support

Modified Paths


Diff

Modified: trunk/drivers/staging/iio/gyro/Kconfig (9429 => 9430)


--- trunk/drivers/staging/iio/gyro/Kconfig	2010-10-26 13:36:52 UTC (rev 9429)
+++ trunk/drivers/staging/iio/gyro/Kconfig	2010-10-26 14:12:05 UTC (rev 9430)
@@ -25,14 +25,17 @@
 	  Angular Rate Sensor driver.
 
 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.
+
 config ADIS16261
 	tristate "Analog Devices ADIS16261 Digital Gyroscope Sensor SPI driver"
 	depends on SPI

Modified: trunk/drivers/staging/iio/gyro/adis16260_core.c (9429 => 9430)


--- trunk/drivers/staging/iio/gyro/adis16260_core.c	2010-10-26 13:36:52 UTC (rev 9429)
+++ trunk/drivers/staging/iio/gyro/adis16260_core.c	2010-10-26 14:12:05 UTC (rev 9430)
@@ -1,5 +1,5 @@
 /*
- * ADIS16260 Programmable Digital Gyroscope Sensor Driver
+ * ADIS16260/ADIS16265 Programmable Digital Gyroscope Sensor Driver
  *
  * Copyright 2010 Analog Devices Inc.
  *
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to