18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ci#
38c2ecf20Sopenharmony_ci# PCMCIA character device configuration
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_cimenu "PCMCIA character devices"
78c2ecf20Sopenharmony_ci	depends on PCMCIA!=n
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciconfig SYNCLINK_CS
108c2ecf20Sopenharmony_ci	tristate "SyncLink PC Card support"
118c2ecf20Sopenharmony_ci	depends on PCMCIA && TTY
128c2ecf20Sopenharmony_ci	help
138c2ecf20Sopenharmony_ci	  Enable support for the SyncLink PC Card serial adapter, running
148c2ecf20Sopenharmony_ci	  asynchronous and HDLC communications up to 512Kbps. The port is
158c2ecf20Sopenharmony_ci	  selectable for RS-232, V.35, RS-449, RS-530, and X.21
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci	  This driver may be built as a module ( = code which can be
188c2ecf20Sopenharmony_ci	  inserted in and removed from the running kernel whenever you want).
198c2ecf20Sopenharmony_ci	  The module will be called synclink_cs.  If you want to do that, say M
208c2ecf20Sopenharmony_ci	  here.
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ciconfig CARDMAN_4000
238c2ecf20Sopenharmony_ci	tristate "Omnikey Cardman 4000 support"
248c2ecf20Sopenharmony_ci	depends on PCMCIA
258c2ecf20Sopenharmony_ci	select BITREVERSE
268c2ecf20Sopenharmony_ci	help
278c2ecf20Sopenharmony_ci	  Enable support for the Omnikey Cardman 4000 PCMCIA Smartcard
288c2ecf20Sopenharmony_ci	  reader.
298c2ecf20Sopenharmony_ci
308c2ecf20Sopenharmony_ci	  This kernel driver requires additional userspace support, either
318c2ecf20Sopenharmony_ci	  by the vendor-provided PC/SC ifd_handler (http://www.omnikey.com/),
328c2ecf20Sopenharmony_ci	  or via the cm4000 backend of OpenCT (http://www.opensc-project.org/opensc).
338c2ecf20Sopenharmony_ci
348c2ecf20Sopenharmony_ciconfig CARDMAN_4040
358c2ecf20Sopenharmony_ci	tristate "Omnikey CardMan 4040 support"
368c2ecf20Sopenharmony_ci	depends on PCMCIA
378c2ecf20Sopenharmony_ci	help
388c2ecf20Sopenharmony_ci	  Enable support for the Omnikey CardMan 4040 PCMCIA Smartcard
398c2ecf20Sopenharmony_ci	  reader.
408c2ecf20Sopenharmony_ci
418c2ecf20Sopenharmony_ci	  This card is basically a USB CCID device connected to a FIFO
428c2ecf20Sopenharmony_ci	  in I/O space.  To use the kernel driver, you will need either the
438c2ecf20Sopenharmony_ci	  PC/SC ifdhandler provided from the Omnikey homepage
448c2ecf20Sopenharmony_ci	  (http://www.omnikey.com/), or a current development version of OpenCT
458c2ecf20Sopenharmony_ci	  (http://www.opensc-project.org/opensc).
468c2ecf20Sopenharmony_ci
478c2ecf20Sopenharmony_ciconfig SCR24X
488c2ecf20Sopenharmony_ci	tristate "SCR24x Chip Card Interface support"
498c2ecf20Sopenharmony_ci	depends on PCMCIA
508c2ecf20Sopenharmony_ci	help
518c2ecf20Sopenharmony_ci	  Enable support for the SCR24x PCMCIA Chip Card Interface.
528c2ecf20Sopenharmony_ci
538c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here.
548c2ecf20Sopenharmony_ci	  The module will be called scr24x_cs..
558c2ecf20Sopenharmony_ci
568c2ecf20Sopenharmony_ci	  If unsure say N.
578c2ecf20Sopenharmony_ci
588c2ecf20Sopenharmony_ciconfig IPWIRELESS
598c2ecf20Sopenharmony_ci	tristate "IPWireless 3G UMTS PCMCIA card support"
608c2ecf20Sopenharmony_ci	depends on PCMCIA && NETDEVICES && TTY
618c2ecf20Sopenharmony_ci	select PPP
628c2ecf20Sopenharmony_ci	help
638c2ecf20Sopenharmony_ci	  This is a driver for 3G UMTS PCMCIA card from IPWireless company. In
648c2ecf20Sopenharmony_ci	  some countries (for example Czech Republic, T-Mobile ISP) this card
658c2ecf20Sopenharmony_ci	  is shipped for service called UMTS 4G.
668c2ecf20Sopenharmony_ci
678c2ecf20Sopenharmony_ciendmenu
688c2ecf20Sopenharmony_ci
69