default y
choice
- prompt "Target Architecture" if CONFIG_DEVEL
+ prompt "Target Architecture"
+
+# Supported architectures
+
+config BR2_i386
+ bool "i386"
+
+config BR2_mips
+ bool "mips"
+
+config BR2_mipsel
+ bool "mipsel"
+
+
+if CONFIG_DEVEL
+
+# Unsupported architectures
config BR2_arm
bool "arm"
config BR2_cris
bool "cris"
-config BR2_i386
- bool "i386"
-
config BR2_m68k
bool "m68k"
-config BR2_mips
- bool "mips"
-
-config BR2_mipsel
- bool "mipsel"
-
config BR2_powerpc
bool "powerpc"
config BR2_sparc
bool "sparc"
+endif
endchoice
config BR2_ARCH