0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # PCMCIA character device configuration
0004 #
0005
0006 menu "PCMCIA character devices"
0007 depends on PCMCIA!=n
0008
0009 config SYNCLINK_CS
0010 tristate "SyncLink PC Card support"
0011 depends on PCMCIA && TTY
0012 help
0013 Enable support for the SyncLink PC Card serial adapter, running
0014 asynchronous and HDLC communications up to 512Kbps. The port is
0015 selectable for RS-232, V.35, RS-449, RS-530, and X.21
0016
0017 This driver may be built as a module ( = code which can be
0018 inserted in and removed from the running kernel whenever you want).
0019 The module will be called synclink_cs. If you want to do that, say M
0020 here.
0021
0022 config CARDMAN_4000
0023 tristate "Omnikey Cardman 4000 support"
0024 depends on PCMCIA
0025 select BITREVERSE
0026 help
0027 Enable support for the Omnikey Cardman 4000 PCMCIA Smartcard
0028 reader.
0029
0030 This kernel driver requires additional userspace support, either
0031 by the vendor-provided PC/SC ifd_handler (http://www.omnikey.com/),
0032 or via the cm4000 backend of OpenCT (http://www.opensc-project.org/opensc).
0033
0034 config CARDMAN_4040
0035 tristate "Omnikey CardMan 4040 support"
0036 depends on PCMCIA
0037 help
0038 Enable support for the Omnikey CardMan 4040 PCMCIA Smartcard
0039 reader.
0040
0041 This card is basically a USB CCID device connected to a FIFO
0042 in I/O space. To use the kernel driver, you will need either the
0043 PC/SC ifdhandler provided from the Omnikey homepage
0044 (http://www.omnikey.com/), or a current development version of OpenCT
0045 (http://www.opensc-project.org/opensc).
0046
0047 config SCR24X
0048 tristate "SCR24x Chip Card Interface support"
0049 depends on PCMCIA
0050 help
0051 Enable support for the SCR24x PCMCIA Chip Card Interface.
0052
0053 To compile this driver as a module, choose M here.
0054 The module will be called scr24x_cs..
0055
0056 If unsure say N.
0057
0058 config IPWIRELESS
0059 tristate "IPWireless 3G UMTS PCMCIA card support"
0060 depends on PCMCIA && NETDEVICES && TTY
0061 select PPP
0062 help
0063 This is a driver for 3G UMTS PCMCIA card from IPWireless company. In
0064 some countries (for example Czech Republic, T-Mobile ISP) this card
0065 is shipped for service called UMTS 4G.
0066
0067 endmenu
0068