
menu "Intel IXP425 Implementations"

config ARCH_SUPPORTS_BIG_ENDIAN
	bool
	default y

config ARCH_IXDP425
	bool "Intel IXDP425 (Richfield) Development Platform"
	depends on ARCH_IXP425

config ARCH_IXP425_COYOTE
	bool "ADI Engineering IXP425 based Coyote Development Platform"
	depends on ARCH_IXP425

config ARCH_SE4000
	bool "SnapGear SE4000 VPN Router"
	depends on ARCH_IXP425

config IXP425_SDRAM_SIZE
	bool "SDRAM size for Linux (MB)"
	depends on ARCH_IXP425
	default 64

config IXP425_LARGE_SDRAM
	bool "Support for > 64MB RAM
	depends on ARCH_IXP425
	default n

config IXP425_PCI_ERRATA
	bool "Work around for IXP425 PCI errata"
	depends on ARCH_IXP425
	default y
endmenu

