Config.in.pcmcia 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. menu "PCMCIA/CardBus support"
  2. depends on ADK_TARGET_WITH_CARDBUS
  3. config ADK_KERNEL_CARDBUS
  4. boolean
  5. default n
  6. config ADK_KERNEL_PCMCIA_PROBE
  7. boolean
  8. default n
  9. config ADK_KERNEL_SERIAL_8250_EXTENDED
  10. boolean
  11. default n
  12. config ADK_KERNEL_SERIAL_8250_SHARE_IRQ
  13. boolean
  14. select ADK_KERNEL_SERIAL_8250_EXTENDED
  15. default n
  16. config ADK_KPACKAGE_KMOD_PCCARD
  17. prompt "kmod-pccard....................... PCCARD support"
  18. tristate
  19. default n
  20. config ADK_KPACKAGE_KMOD_PCMCIA
  21. prompt "kmod-pcmcia....................... 16-bit PCMCIA support"
  22. tristate
  23. depends on ADK_KPACKAGE_KMOD_PCCARD
  24. select ADK_KERNEL_CRC32
  25. select ADK_KERNEL_PCMCIA_PROBE
  26. default n
  27. config ADK_KPACKAGE_KMOD_YENTA
  28. prompt "kmod-cardbus...................... 32-bit CardBus support"
  29. tristate
  30. depends on ADK_KPACKAGE_KMOD_PCCARD
  31. select ADK_KERNEL_CARDBUS
  32. default n
  33. config ADK_KPACKAGE_KMOD_SERIAL_8250_CS
  34. prompt "kmod-pcmcia-serial................ PCMCIA/CardBus serial device support"
  35. tristate
  36. default n
  37. select ADK_KERNEL_SERIAL_8250_SHARE_IRQ
  38. depends on ADK_KPACKAGE_KMOD_PCMCIA
  39. endmenu