https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 60818c02c08862e720c12074c29d45f57d7164e8 authored by Jason Self on 21 March 2011, 19:49:54 UTC
Linux-libre 2.6.33.8-gnu1
Tip revision: 60818c0
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