Kconfig 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  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_4040
  18. tristate "Omnikey CardMan 4040 support"
  19. depends on PCMCIA
  20. help
  21. Enable support for the Omnikey CardMan 4040 PCMCIA Smartcard
  22. reader.
  23. This card is basically a USB CCID device connected to a FIFO
  24. in I/O space. To use the kernel driver, you will need either the
  25. PC/SC ifdhandler provided from the Omnikey homepage
  26. (http://www.omnikey.com/), or a current development version of OpenCT
  27. (http://www.opensc.org/).
  28. endmenu