Kconfig 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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 IPWIRELESS
  39. tristate "IPWireless 3G UMTS PCMCIA card support"
  40. depends on PCMCIA && NETDEVICES && TTY
  41. select PPP
  42. help
  43. This is a driver for 3G UMTS PCMCIA card from IPWireless company. In
  44. some countries (for example Czech Republic, T-Mobile ISP) this card
  45. is shipped for service called UMTS 4G.
  46. endmenu