diff options
author | Harald Welte <laforge@gnumonks.org> | 2005-11-13 19:06:29 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-13 21:14:10 -0500 |
commit | c1986ee9bea3d880bcf0d3f1a31e055778f306c7 (patch) | |
tree | 3263955bb33dd3efa0a34aaae5f160c2598a4706 /drivers/char/pcmcia/Kconfig | |
parent | 77c44ab1d8e9da31bf927223e1579b44f772b579 (diff) |
[PATCH] New Omnikey Cardman 4000 driver
Add new Omnikey Cardman 4000 smartcard reader driver
Signed-off-by: Harald Welte <laforge@gnumonks.org>
Cc: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/pcmcia/Kconfig')
-rw-r--r-- | drivers/char/pcmcia/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/char/pcmcia/Kconfig b/drivers/char/pcmcia/Kconfig index e8d41f36635d..27c1179ee527 100644 --- a/drivers/char/pcmcia/Kconfig +++ b/drivers/char/pcmcia/Kconfig | |||
@@ -18,6 +18,17 @@ config SYNCLINK_CS | |||
18 | The module will be called synclinkmp. If you want to do that, say M | 18 | The module will be called synclinkmp. If you want to do that, say M |
19 | here. | 19 | here. |
20 | 20 | ||
21 | config CARDMAN_4000 | ||
22 | tristate "Omnikey Cardman 4000 support" | ||
23 | depends on PCMCIA | ||
24 | help | ||
25 | Enable support for the Omnikey Cardman 4000 PCMCIA Smartcard | ||
26 | reader. | ||
27 | |||
28 | This kernel driver requires additional userspace support, either | ||
29 | by the vendor-provided PC/SC ifd_handler (http://www.omnikey.com/), | ||
30 | or via the cm4000 backend of OpenCT (http://www.opensc.com/). | ||
31 | |||
21 | config CARDMAN_4040 | 32 | config CARDMAN_4040 |
22 | tristate "Omnikey CardMan 4040 support" | 33 | tristate "Omnikey CardMan 4040 support" |
23 | depends on PCMCIA | 34 | depends on PCMCIA |