Commit ad505fa0 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- add ARM_IWMMXT variant since uClibc supports it

parent 9a171e73
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -74,6 +74,8 @@ config BR2_sa1100
	bool "sa1100"
config BR2_xscale
	bool "xscale"
config BR2_IWMMXT
	bool "iwmmxt"
endchoice

config BR2_ARM_TYPE
@@ -88,6 +90,7 @@ config BR2_ARM_TYPE
	default ARM_SA110	if BR2_sa110
	default ARM_SA1100	if BR2_sa1100
	default ARM_XSCALE	if BR2_xscale
	default ARM_IWMMXT	if BR2_IWMMXT
	default GENERIC_ARM	if BR2_generic_arm

choice