summaryrefslogtreecommitdiff
path: root/drivers/staging/poch/Kconfig
diff options
context:
space:
mode:
authorVijay Kumar <vijaykumar@bravegnu.org>2008-10-19 03:28:46 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2008-10-22 16:56:36 (GMT)
commita14edddac99eff625cfcb44829ce206ec04be71a (patch)
tree5872a03d93c3343275cc322d9a475b2a742ace64 /drivers/staging/poch/Kconfig
parent0c74433e319dfd67eadc645bb90192d618024a87 (diff)
downloadlinux-fsl-qoriq-a14edddac99eff625cfcb44829ce206ec04be71a.tar.xz
Staging: add poch driver
This is the first cut at a driver for the Redrapids Pocket Change CardBus devices. Receiving data seems to work properly, but overflows happen on transmit. Still needs more hardware debugging to work properly. (cleaned up to use proper driver core api functions by Greg) From: Vijay Kumar <vijaykumar@bravegnu.org> Cc: Alexey Zaytsev <alexey.zaytsev@gmail.com> Cc: Jaya Kumar <jayakumar.lkml@gmail.com> Cc: Ken Sienski <sienski@redrapids.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/poch/Kconfig')
-rw-r--r--drivers/staging/poch/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/staging/poch/Kconfig b/drivers/staging/poch/Kconfig
new file mode 100644
index 0000000..b3b33b9
--- /dev/null
+++ b/drivers/staging/poch/Kconfig
@@ -0,0 +1,6 @@
+config POCH
+ tristate "Redrapids Pocket Change CardBus support"
+ depends on PCI && UIO
+ default N
+ ---help---
+ Enable support for Redrapids Pocket Change CardBus devices.