aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/files/arch/mips/lantiq/svip/Kconfig
blob: f351a189a7ae1bb7747cf16c4a2123938f8fdd4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if SOC_SVIP

menu "Mips Machine"

config LANTIQ_MACH_EASY33016
	bool "Easy33016"
	default y

config LANTIQ_MACH_EASY336
	select SYS_SUPPORTS_LITTLE_ENDIAN
	bool "Easy336"
	default y

endmenu

endif