swh:1:snp:c2847dfd741eae21606027cf29250d1ebcd63fb4
Raw File
Tip revision: 3c0eee3fe6a3a1c745379547c7e7c904aa64f6d5 authored by Linus Torvalds on 05 January 2011, 00:50:19 UTC
Linux 2.6.37
Tip revision: 3c0eee3
Kconfig
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
back to top