Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # |
| 3 | # PCMCIA character device configuration |
| 4 | # |
| 5 | |
| 6 | menu "PCMCIA character devices" |
Stephen Rothwell | 40b3136 | 2013-05-21 13:49:35 +1000 | [diff] [blame] | 7 | depends on PCMCIA!=n |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | |
| 9 | config SYNCLINK_CS |
| 10 | tristate "SyncLink PC Card support" |
Joe Millenbach | 4f73bc4 | 2013-01-17 22:44:22 -0800 | [diff] [blame] | 11 | depends on PCMCIA && TTY |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | help |
| 13 | Enable support for the SyncLink PC Card serial adapter, running |
| 14 | asynchronous and HDLC communications up to 512Kbps. The port is |
| 15 | selectable for RS-232, V.35, RS-449, RS-530, and X.21 |
| 16 | |
| 17 | This driver may be built as a module ( = code which can be |
| 18 | inserted in and removed from the running kernel whenever you want). |
Jean Delvare | 9ca83fd | 2014-04-14 18:32:13 +0200 | [diff] [blame] | 19 | The module will be called synclink_cs. If you want to do that, say M |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | here. |
| 21 | |
Harald Welte | c1986ee | 2005-11-13 16:06:29 -0800 | [diff] [blame] | 22 | config CARDMAN_4000 |
| 23 | tristate "Omnikey Cardman 4000 support" |
| 24 | depends on PCMCIA |
Akinobu Mita | 884c3d7 | 2007-05-09 02:33:32 -0700 | [diff] [blame] | 25 | select BITREVERSE |
Harald Welte | c1986ee | 2005-11-13 16:06:29 -0800 | [diff] [blame] | 26 | help |
| 27 | Enable support for the Omnikey Cardman 4000 PCMCIA Smartcard |
| 28 | reader. |
| 29 | |
| 30 | This kernel driver requires additional userspace support, either |
| 31 | by the vendor-provided PC/SC ifd_handler (http://www.omnikey.com/), |
Justin P. Mattock | 631dd1a | 2010-10-18 11:03:14 +0200 | [diff] [blame] | 32 | or via the cm4000 backend of OpenCT (http://www.opensc-project.org/opensc). |
Harald Welte | c1986ee | 2005-11-13 16:06:29 -0800 | [diff] [blame] | 33 | |
Harald Welte | 77c44ab | 2005-11-13 16:06:26 -0800 | [diff] [blame] | 34 | config CARDMAN_4040 |
| 35 | tristate "Omnikey CardMan 4040 support" |
| 36 | depends on PCMCIA |
| 37 | help |
| 38 | Enable support for the Omnikey CardMan 4040 PCMCIA Smartcard |
| 39 | reader. |
| 40 | |
| 41 | This card is basically a USB CCID device connected to a FIFO |
| 42 | in I/O space. To use the kernel driver, you will need either the |
| 43 | PC/SC ifdhandler provided from the Omnikey homepage |
| 44 | (http://www.omnikey.com/), or a current development version of OpenCT |
Justin P. Mattock | 631dd1a | 2010-10-18 11:03:14 +0200 | [diff] [blame] | 45 | (http://www.opensc-project.org/opensc). |
Harald Welte | 77c44ab | 2005-11-13 16:06:26 -0800 | [diff] [blame] | 46 | |
Lubomir Rintel | f2ed287 | 2016-10-25 16:28:10 +0200 | [diff] [blame] | 47 | config SCR24X |
| 48 | tristate "SCR24x Chip Card Interface support" |
| 49 | depends on PCMCIA |
| 50 | help |
| 51 | Enable support for the SCR24x PCMCIA Chip Card Interface. |
| 52 | |
| 53 | To compile this driver as a module, choose M here. |
| 54 | The module will be called scr24x_cs.. |
| 55 | |
| 56 | If unsure say N. |
| 57 | |
David Sterba | 099dc4f | 2008-02-07 10:57:12 +0100 | [diff] [blame] | 58 | config IPWIRELESS |
| 59 | tristate "IPWireless 3G UMTS PCMCIA card support" |
Joe Millenbach | 4f73bc4 | 2013-01-17 22:44:22 -0800 | [diff] [blame] | 60 | depends on PCMCIA && NETDEVICES && TTY |
David Sterba | 099dc4f | 2008-02-07 10:57:12 +0100 | [diff] [blame] | 61 | select PPP |
| 62 | help |
| 63 | This is a driver for 3G UMTS PCMCIA card from IPWireless company. In |
| 64 | some countries (for example Czech Republic, T-Mobile ISP) this card |
| 65 | is shipped for service called UMTS 4G. |
| 66 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 67 | endmenu |
| 68 | |