Kconfig 374 B

1234567891011121314151617181920212223242526
  1. if ARCH_IXP23XX
  2. config ARCH_SUPPORTS_BIG_ENDIAN
  3. bool
  4. default y
  5. menu "Intel IXP23xx Implementation Options"
  6. comment "IXP23xx Platforms"
  7. config MACH_ESPRESSO
  8. bool "Support IP Fabrics Double Espresso platform"
  9. help
  10. config MACH_IXDP2351
  11. bool "Support Intel IXDP2351 platform"
  12. help
  13. config MACH_ROADRUNNER
  14. bool "Support ADI RoadRunner platform"
  15. help
  16. endmenu
  17. endif