remove atm support in a few platforms
[openwrt.git] / target / Config.in
index 1fe52fd..a69c224 100644 (file)
@@ -55,6 +55,7 @@ config LINUX_2_6_BRCM
        select LINUX_2_6
        select PCI_SUPPORT
        select USB_SUPPORT
+       select ATM_SUPPORT
        #select PCMCIA_SUPPORT
        select USES_SQUASHFS
        select USES_JFFS2
@@ -69,6 +70,7 @@ config LINUX_2_6_BRCM63XX
        select LINUX_2_6
        select PCI_SUPPORT
        select USB_SUPPORT
+       select ATM_SUPPORT
        select PCMCIA_SUPPORT
        select USES_SQUASHFS
        select USES_JFFS2
@@ -98,6 +100,16 @@ config LINUX_2_6_RB532
        select PCI_SUPPORT
        select USES_JFFS2
 
+config LINUX_2_6_RDC
+       bool "RDC x86 [2.6]"
+       depends BROKEN
+       select i386
+       select LINUX_2_6
+       select PCI_SUPPORT
+       select USES_JFFS2
+       help
+         Build firmware images for RDC R3203 based routers (e.g. Airlink101 AR525W)
+
 config LINUX_2_4_AR7
        bool "TI AR7 [2.4]"
        select mipsel
@@ -106,24 +118,16 @@ config LINUX_2_4_AR7
        help
          Build firmware images for TI AR7 based routers (w.g. Linksys WAG54G v2)
 
-config LINUX_2_4_X86
-       bool "x86 [2.4]"
-       select i386
-       select LINUX_2_4
-       select PCI_SUPPORT
-       select USB_SUPPORT
-       select PCMCIA_SUPPORT
-       help
-         Build firmware images for x86 based boards
-         (e.g. Soekris net4521 and net4801, PC Engines WRAP...)
-
 config LINUX_2_6_X86
        bool "x86 [2.6]"
        select i386
        select LINUX_2_6
        select PCI_SUPPORT
        select USB_SUPPORT
+       select ATM_SUPPORT
        select PCMCIA_SUPPORT
+       select USES_JFFS2
+       select USES_EXT2
        help
          Build firmware images for x86 based boards
          (e.g. Soekris net4521 and net4801, PC Engines WRAP...)
@@ -207,6 +211,9 @@ config PCMCIA_SUPPORT
 config USB_SUPPORT
        bool
 
+config ATM_SUPPORT
+       bool
+
 config BIG_ENDIAN
        bool
 
@@ -216,6 +223,9 @@ config USES_SQUASHFS
 config USES_JFFS2
        bool
 
+config USES_EXT2
+       bool
+
 # Architecture selection
 
 config i386
@@ -271,11 +281,12 @@ config ARCH
        default "i386"    if i386
        default "m68k"    if m68k
        default "mips"    if mips
-       default "mipsel"  if mipsel || !DEVEL
+       default "mipsel"  if mipsel
        default "powerpc" if powerpc
        default "sh3"     if sh3
        default "sh3eb"   if sh3eb
        default "sh4"     if sh4
        default "sh4eb"   if sh4eb
        default "sparc"   if sparc
+       default "mipsel"  if !DEVEL
 
This page took 0.03334 seconds and 4 git commands to generate.