blob: f5d589b2be4430c5eef04eb51baa824a41d19a2e [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#
3# PCMCIA character device configuration
4#
5
6menu "PCMCIA character devices"
Stephen Rothwell40b31362013-05-21 13:49:35 +10007 depends on PCMCIA!=n
Linus Torvalds1da177e2005-04-16 15:20:36 -07008
9config SYNCLINK_CS
10 tristate "SyncLink PC Card support"
Joe Millenbach4f73bc42013-01-17 22:44:22 -080011 depends on PCMCIA && TTY
Linus Torvalds1da177e2005-04-16 15:20:36 -070012 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 Delvare9ca83fd2014-04-14 18:32:13 +020019 The module will be called synclink_cs. If you want to do that, say M
Linus Torvalds1da177e2005-04-16 15:20:36 -070020 here.
21
Harald Weltec1986ee2005-11-13 16:06:29 -080022config CARDMAN_4000
23 tristate "Omnikey Cardman 4000 support"
24 depends on PCMCIA
Akinobu Mita884c3d72007-05-09 02:33:32 -070025 select BITREVERSE
Harald Weltec1986ee2005-11-13 16:06:29 -080026 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. Mattock631dd1a2010-10-18 11:03:14 +020032 or via the cm4000 backend of OpenCT (http://www.opensc-project.org/opensc).
Harald Weltec1986ee2005-11-13 16:06:29 -080033
Harald Welte77c44ab2005-11-13 16:06:26 -080034config 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. Mattock631dd1a2010-10-18 11:03:14 +020045 (http://www.opensc-project.org/opensc).
Harald Welte77c44ab2005-11-13 16:06:26 -080046
Lubomir Rintelf2ed2872016-10-25 16:28:10 +020047config 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 Sterba099dc4f2008-02-07 10:57:12 +010058config IPWIRELESS
59 tristate "IPWireless 3G UMTS PCMCIA card support"
Joe Millenbach4f73bc42013-01-17 22:44:22 -080060 depends on PCMCIA && NETDEVICES && TTY
David Sterba099dc4f2008-02-07 10:57:12 +010061 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 Torvalds1da177e2005-04-16 15:20:36 -070067endmenu
68