Kconfig 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # PCMCIA character device configuration
  4. #
  5. menu "PCMCIA character devices"
  6. depends on PCMCIA!=n
  7. config SYNCLINK_CS
  8. tristate "SyncLink PC Card support"
  9. depends on PCMCIA && TTY
  10. help
  11. Enable support for the SyncLink PC Card serial adapter, running
  12. asynchronous and HDLC communications up to 512Kbps. The port is
  13. selectable for RS-232, V.35, RS-449, RS-530, and X.21
  14. This driver may be built as a module ( = code which can be
  15. inserted in and removed from the running kernel whenever you want).
  16. The module will be called synclink_cs. If you want to do that, say M
  17. here.
  18. config CARDMAN_4000
  19. tristate "Omnikey Cardman 4000 support"
  20. depends on PCMCIA
  21. select BITREVERSE
  22. help
  23. Enable support for the Omnikey Cardman 4000 PCMCIA Smartcard
  24. reader.
  25. This kernel driver requires additional userspace support, either
  26. by the vendor-provided PC/SC ifd_handler (http://www.omnikey.com/),
  27. or via the cm4000 backend of OpenCT (http://www.opensc-project.org/opensc).
  28. config CARDMAN_4040
  29. tristate "Omnikey CardMan 4040 support"
  30. depends on PCMCIA
  31. help
  32. Enable support for the Omnikey CardMan 4040 PCMCIA Smartcard
  33. reader.
  34. This card is basically a USB CCID device connected to a FIFO
  35. in I/O space. To use the kernel driver, you will need either the
  36. PC/SC ifdhandler provided from the Omnikey homepage
  37. (http://www.omnikey.com/), or a current development version of OpenCT
  38. (http://www.opensc-project.org/opensc).
  39. config SCR24X
  40. tristate "SCR24x Chip Card Interface support"
  41. depends on PCMCIA
  42. help
  43. Enable support for the SCR24x PCMCIA Chip Card Interface.
  44. To compile this driver as a module, choose M here.
  45. The module will be called scr24x_cs..
  46. If unsure say N.
  47. config IPWIRELESS
  48. tristate "IPWireless 3G UMTS PCMCIA card support"
  49. depends on PCMCIA && NETDEVICES && TTY
  50. select PPP
  51. help
  52. This is a driver for 3G UMTS PCMCIA card from IPWireless company. In
  53. some countries (for example Czech Republic, T-Mobile ISP) this card
  54. is shipped for service called UMTS 4G.
  55. endmenu