[package] allow different ar7-atm versions to be selected (#6345)
[openwrt.git] / target / Config.in
index ffd81d3..2834d07 100644 (file)
@@ -53,6 +53,9 @@ config USES_CPIOGZ
 config PROFILE_KCONFIG 
        bool
 
+config NOMMU
+       bool
+
 # Architecture selection
 
 config i386
@@ -101,6 +104,7 @@ config powerpc
        bool
 
 config powerpc64
+       select BIG_ENDIAN
        bool
 
 config sh3
@@ -124,6 +128,10 @@ config sparc
 config x86_64
        bool
 
+config ubicom32
+       select BIG_ENDIAN
+       bool
+
 config ARCH
        string
        default "arm"     if arm
@@ -144,4 +152,5 @@ config ARCH
        default "sh4eb"   if sh4eb
        default "sparc"   if sparc
        default "x86_64"  if x86_64
+       default "ubicom32"  if ubicom32
 
This page took 0.033104 seconds and 4 git commands to generate.