Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>

authored by

Michael Hennerich and committed by
Greg Kroah-Hartman
f733d02a 61a4295b

+6 -3
+5 -2
drivers/staging/iio/gyro/Kconfig
··· 4 4 comment "Digital gyroscope sensors" 5 5 6 6 config ADIS16260 7 - tristate "Analog Devices ADIS16260/5 Digital Gyroscope Sensor SPI driver" 7 + tristate "Analog Devices ADIS16260 ADIS16265 Digital Gyroscope Sensor SPI driver" 8 8 depends on SPI 9 9 select IIO_TRIGGER if IIO_RING_BUFFER 10 10 select IIO_SW_RING if IIO_RING_BUFFER 11 11 help 12 - Say yes here to build support for Analog Devices adis16260/5 12 + Say yes here to build support for Analog Devices ADIS16260 ADIS16265 13 13 programmable digital gyroscope sensor. 14 + 15 + This driver can also be built as a module. If so, the module 16 + will be called adis16260.
+1 -1
drivers/staging/iio/gyro/adis16260_core.c
··· 1 1 /* 2 - * ADIS16260 Programmable Digital Gyroscope Sensor Driver 2 + * ADIS16260/ADIS16265 Programmable Digital Gyroscope Sensor Driver 3 3 * 4 4 * Copyright 2010 Analog Devices Inc. 5 5 *