Kconfig (46918bd13b887e8f0ae2987e690bc2af9c6c08a4) | Kconfig (dcdeeb21c010e9b5cb2e91f865cd5bebb65bc31f) |
---|---|
1if ARCH_IXP4XX 2 3config ARCH_SUPPORTS_BIG_ENDIAN 4 bool 5 default y 6 7menu "Intel IXP4xx Implementation Options" 8 --- 35 unchanged lines hidden (view full) --- 44config MACH_GATEWAY7001 45 bool "Gateway 7001" 46 select PCI 47 help 48 Say 'Y' here if you want your kernel to support Gateway's 49 7001 Access Point. For more information on this platform, 50 see http://openwrt.org 51 | 1if ARCH_IXP4XX 2 3config ARCH_SUPPORTS_BIG_ENDIAN 4 bool 5 default y 6 7menu "Intel IXP4xx Implementation Options" 8 --- 35 unchanged lines hidden (view full) --- 44config MACH_GATEWAY7001 45 bool "Gateway 7001" 46 select PCI 47 help 48 Say 'Y' here if you want your kernel to support Gateway's 49 7001 Access Point. For more information on this platform, 50 see http://openwrt.org 51 |
52config MACH_WG302V2 53 bool "Netgear WG302 v2 / WAG302 v2" 54 select PCI 55 help 56 Say 'Y' here if you want your kernel to support Netgear's 57 WG302 v2 or WAG302 v2 Access Points. For more information 58 on this platform, see http://openwrt.org 59 |
|
52config ARCH_IXDP425 53 bool "IXDP425" 54 help 55 Say 'Y' here if you want your kernel to support Intel's 56 IXDP425 Development Platform (Also known as Richfield). 57 For more information on this platform, see <file:Documentation/arm/IXP4xx>. 58 59config MACH_IXDPG425 --- 127 unchanged lines hidden --- | 60config ARCH_IXDP425 61 bool "IXDP425" 62 help 63 Say 'Y' here if you want your kernel to support Intel's 64 IXDP425 Development Platform (Also known as Richfield). 65 For more information on this platform, see <file:Documentation/arm/IXP4xx>. 66 67config MACH_IXDPG425 --- 127 unchanged lines hidden --- |