Config.in.pcmcia 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. menu "PCMCIA/CardBus support"
  4. depends on ADK_TARGET_WITH_CARDBUS || ADK_TARGET_WITH_PCMCIA || ADK_TARGET_QEMU
  5. config ADK_LINUX_KERNEL_CARDBUS
  6. bool
  7. config ADK_LINUX_KERNEL_PCMCIA_PROBE
  8. bool
  9. config ADK_LINUX_KERNEL_SERIAL_8250_EXTENDED
  10. bool
  11. config ADK_LINUX_KERNEL_SERIAL_8250_SHARE_IRQ
  12. bool
  13. select ADK_LINUX_KERNEL_SERIAL_8250_EXTENDED
  14. config ADK_LINUX_KERNEL_PCMCIA_PXA2XX
  15. bool
  16. config ADK_LINUX_KERNEL_PCCARD
  17. tristate "PCCARD support"
  18. default n
  19. config ADK_LINUX_KERNEL_PCMCIA
  20. tristate "16-bit PCMCIA support"
  21. depends on ADK_LINUX_KERNEL_PCCARD
  22. select ADK_LINUX_KERNEL_FW_LOADER
  23. select ADK_LINUX_KERNEL_CRC32
  24. select ADK_LINUX_KERNEL_PCMCIA_PROBE
  25. default n
  26. config ADK_LINUX_KERNEL_YENTA
  27. tristate "32-bit CardBus support"
  28. depends on ADK_LINUX_KERNEL_PCCARD
  29. depends on ADK_TARGET_WITH_CARDBUS
  30. select ADK_LINUX_KERNEL_CARDBUS
  31. default n
  32. config ADK_LINUX_KERNEL_SERIAL_8250_CS
  33. tristate "PCMCIA/CardBus serial device support"
  34. select ADK_LINUX_KERNEL_SERIAL_8250_SHARE_IRQ
  35. depends on ADK_LINUX_KERNEL_PCMCIA && !ADK_TARGET_QEMU
  36. default n
  37. endmenu