# Unsupported architectures
if CONFIG_DEVEL
+config BR2_mips64
+ tristate
config BR2_arm
tristate
tristate
endif
-endchoice
config BR2_ARCH
string
default "m68k" if BR2_m68k
default "mips" if BR2_mips
default "mipsel" if BR2_mipsel || !CONFIG_DEVEL
+ default "mips64" if BR2_mips64
default "powerpc" if BR2_powerpc
default "sh3" if BR2_sh3
default "sh3eb" if BR2_sh3eb
endmenu
-source "toolchain/Config.in.devel"
+source "toolchain/Config.in"
source "package/Config.in"
source "target/linux/Config.in"