Kconfig 2.0 KB

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