diff options
author | Mike Frysinger | 2010-05-24 00:55:41 -0400 |
---|---|---|
committer | Greg Kroah-Hartman | 2010-06-04 13:38:57 -0700 |
commit | 08a16d9f0effe8b7fd31995a7bd418a45ef2d6e7 (patch) | |
tree | b2329cccbe6dfd80829ccbd2c8f4139d000b1cb1 | |
parent | 0375fc4d2748b7c7064d481b36e32ef19e43d8db (diff) |
Staging: adis16255: fix typo in Kconfig
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/adis16255/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/adis16255/Kconfig b/drivers/staging/adis16255/Kconfig index a642be66adea..a883c1f4478b 100644 --- a/drivers/staging/adis16255/Kconfig +++ b/drivers/staging/adis16255/Kconfig @@ -1,5 +1,5 @@ config ADIS16255 - tristate "Ananlog Devices ADIS16250/16255" + tristate "Analog Devices ADIS16250/16255" depends on SPI && SYSFS ---help--- If you say yes here you get support for the Analog Devices |