You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
374 B
25 lines
374 B
if ARCH_IXP23XX
|
|
|
|
config ARCH_SUPPORTS_BIG_ENDIAN
|
|
bool
|
|
default y
|
|
|
|
menu "Intel IXP23xx Implementation Options"
|
|
|
|
comment "IXP23xx Platforms"
|
|
|
|
config MACH_ESPRESSO
|
|
bool "Support IP Fabrics Double Espresso platform"
|
|
help
|
|
|
|
config MACH_IXDP2351
|
|
bool "Support Intel IXDP2351 platform"
|
|
help
|
|
|
|
config MACH_ROADRUNNER
|
|
bool "Support ADI RoadRunner platform"
|
|
help
|
|
|
|
endmenu
|
|
|
|
endif
|
|
|