4 config ARCH_SUPPORTS_BIG_ENDIAN
8 menu "Intel IXP2400/2800 Implementation Options"
10 comment "IXP2400/2800 Platforms"
13 bool "Support Radisys ENP-2611"
15 Say 'Y' here if you want your kernel to support the Radisys
16 ENP2611 PCI network processing card. For more information on
17 this card, see <file:Documentation/arm/IXP2000>.
20 bool "Support Intel IXDP2400"
22 Say 'Y' here if you want your kernel to support the Intel
23 IXDP2400 reference platform. For more information on
24 this platform, see <file:Documentation/arm/IXP2000>.
27 bool "Support Intel IXDP2800"
29 Say 'Y' here if you want your kernel to support the Intel
30 IXDP2800 reference platform. For more information on
31 this platform, see <file:Documentation/arm/IXP2000>.
35 depends on ARCH_IXDP2400 || ARCH_IXDP2800
39 bool "Support Intel IXDP2401"
41 Say 'Y' here if you want your kernel to support the Intel
42 IXDP2401 reference platform. For more information on
43 this platform, see <file:Documentation/arm/IXP2000>.
46 bool "Support Intel IXDP2801 and IXDP28x5"
48 Say 'Y' here if you want your kernel to support the Intel
49 IXDP2801/2805/2855 reference platforms. For more information on
50 this platform, see <file:Documentation/arm/IXP2000>.
54 depends on ARCH_IXDP2801
59 depends on ARCH_IXDP2401 || ARCH_IXDP2801
62 config IXP2000_SUPPORT_BROKEN_PCI_IO
63 bool "Support broken PCI I/O on older IXP2000s"
66 Say 'N' here if you only intend to run your kernel on an
67 IXP2000 B0 or later model and do not need the PCI I/O
68 byteswap workaround. Say 'Y' otherwise.