Kconfig 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. if ARCH_IXP2000
  2. config ARCH_SUPPORTS_BIG_ENDIAN
  3. bool
  4. default y
  5. menu "Intel IXP2400/2800 Implementation Options"
  6. comment "IXP2400/2800 Platforms"
  7. config ARCH_ENP2611
  8. bool "Support Radisys ENP-2611"
  9. help
  10. Say 'Y' here if you want your kernel to support the Radisys
  11. ENP2611 PCI network processing card. For more information on
  12. this card, see <file:Documentation/arm/ENP2611>.
  13. config ARCH_IXDP2400
  14. bool "Support Intel IXDP2400"
  15. help
  16. Say 'Y' here if you want your kernel to support the Intel
  17. IXDP2400 reference platform. For more information on
  18. this platform, see <file:Documentation/arm/IXP2000>.
  19. config ARCH_IXDP2800
  20. bool "Support Intel IXDP2800"
  21. help
  22. Say 'Y' here if you want your kernel to support the Intel
  23. IXDP2800 reference platform. For more information on
  24. this platform, see <file:Documentation/arm/IXP2000>.
  25. config ARCH_IXDP2X00
  26. bool
  27. depends on ARCH_IXDP2400 || ARCH_IXDP2800
  28. default y
  29. config ARCH_IXDP2401
  30. bool "Support Intel IXDP2401"
  31. help
  32. Say 'Y' here if you want your kernel to support the Intel
  33. IXDP2401 reference platform. For more information on
  34. this platform, see <file:Documentation/arm/IXP2000>.
  35. config ARCH_IXDP2801
  36. bool "Support Intel IXDP2801 and IXDP28x5"
  37. help
  38. Say 'Y' here if you want your kernel to support the Intel
  39. IXDP2801/2805/2855 reference platforms. For more information on
  40. this platform, see <file:Documentation/arm/IXP2000>.
  41. config MACH_IXDP28X5
  42. bool
  43. depends on ARCH_IXDP2801
  44. default y
  45. config ARCH_IXDP2X01
  46. bool
  47. depends on ARCH_IXDP2401 || ARCH_IXDP2801
  48. default y
  49. config IXP2000_SUPPORT_BROKEN_PCI_IO
  50. bool "Support broken PCI I/O on older IXP2000s"
  51. default y
  52. help
  53. Say 'N' here if you only intend to run your kernel on an
  54. IXP2000 B0 or later model and do not need the PCI I/O
  55. byteswap workaround. Say 'Y' otherwise.
  56. endmenu
  57. endif