aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/adis16255/Kconfig
diff options
context:
space:
mode:
authormatthias <mensch0815@googlemail.com>2010-04-29 17:05:56 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 11:35:57 -0700
commit3c034cce822d7422566e838de71ed99e024d5f2d (patch)
tree9310051f1d4229519acd5aa685df18715b5403be /drivers/staging/adis16255/Kconfig
parentbebdf809eecd4da4b6c3d419c4ce0ccd17b2f90f (diff)
downloadkernel_samsung_smdk4412-3c034cce822d7422566e838de71ed99e024d5f2d.zip
kernel_samsung_smdk4412-3c034cce822d7422566e838de71ed99e024d5f2d.tar.gz
kernel_samsung_smdk4412-3c034cce822d7422566e838de71ed99e024d5f2d.tar.bz2
Staging: add driver for adis16255 gyroscope
This drivers allows a communication with the Analog Devices ADIS16255 Low Power Gyroscope over SPI. Signed-off-by: Matthias Brugger <mensch0815@gmail.com> Cc: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/adis16255/Kconfig')
-rw-r--r--drivers/staging/adis16255/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/staging/adis16255/Kconfig b/drivers/staging/adis16255/Kconfig
new file mode 100644
index 0000000..3952cf9
--- /dev/null
+++ b/drivers/staging/adis16255/Kconfig
@@ -0,0 +1,9 @@
+config ADIS16255
+ tristate "Ananlog Devices ADIS16250/16255"
+ depends on SPI && SYSFS
+ ---help---
+ If you say yes here you get support for the Analog Devices
+ ADIS16250/16255 Low Power Gyroscope.
+
+ This driver can also be built as a module. If so, the module
+ will be called adis16255.