https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 4709945c99e092d2122a9c18ddd441c10cbc42c2 authored by Jason Self on 05 October 2013, 14:01:07 UTC
Linux-libre 3.0.99-gnu1
Tip revision: 4709945
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