Kconfig 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #
  2. # PCMCIA character device configuration
  3. #
  4. menu "PCMCIA character devices"
  5. depends on HOTPLUG && PCMCIA!=n
  6. config SYNCLINK_CS
  7. tristate "SyncLink PC Card support"
  8. depends on PCMCIA
  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 synclinkmp. 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. help
  21. Enable support for the Omnikey Cardman 4000 PCMCIA Smartcard
  22. reader.
  23. This kernel driver requires additional userspace support, either
  24. by the vendor-provided PC/SC ifd_handler (http://www.omnikey.com/),
  25. or via the cm4000 backend of OpenCT (http://www.opensc.com/).
  26. config CARDMAN_4040
  27. tristate "Omnikey CardMan 4040 support"
  28. depends on PCMCIA
  29. help
  30. Enable support for the Omnikey CardMan 4040 PCMCIA Smartcard
  31. reader.
  32. This card is basically a USB CCID device connected to a FIFO
  33. in I/O space. To use the kernel driver, you will need either the
  34. PC/SC ifdhandler provided from the Omnikey homepage
  35. (http://www.omnikey.com/), or a current development version of OpenCT
  36. (http://www.opensc.org/).
  37. endmenu