diff options
Diffstat (limited to 'drivers/staging/adis16255/Kconfig')
-rw-r--r-- | drivers/staging/adis16255/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/staging/adis16255/Kconfig b/drivers/staging/adis16255/Kconfig new file mode 100644 index 000000000000..a642be66adea --- /dev/null +++ b/drivers/staging/adis16255/Kconfig @@ -0,0 +1,11 @@ +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. The driver exposes + orientation and gyroscope value, as well as sample rate + to the sysfs. + + This driver can also be built as a module. If so, the module + will be called adis16255. |