rename soekris port to x86
[openwrt.git] / target / linux / Config.in
index 4eb2a6d..8a2799f 100644 (file)
@@ -1,13 +1,10 @@
-
-config BR2_LINUX_2_4
-       bool "Linux 2.4"
-       default y
-
+choice
+       prompt "Target system"
+       
 config BR2_LINUX_2_4_BRCM
-       bool "Support for Broadcom based routers"
+       bool "Support for Broadcom based routers [2.4]"
        default y
        depends BR2_mipsel
-       depends BR2_LINUX_2_4
        help
          Build firmware images for Broadcom based routers
          (e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G)
@@ -17,48 +14,30 @@ config BR2_LINUX_2_4_BRCM
          with TFTP client too. 
 
 config BR2_LINUX_2_4_AR7
-       bool "Support for TI AR7 based devices"
+       bool "Support for TI AR7 based devices [2.4]"
        default n
        depends BR2_mipsel
-       depends BR2_LINUX_2_4
        help
          Build firmware images for TI AR7 based routers (w.g. Linksys WAG54G v2)
 
-config BR2_LINUX_2_4_SOEKRIS
-       bool "Support for Soekris boards"
+config BR2_LINUX_2_4_X86
+       bool "Support for x86 boards [2.4]"
        default n
        depends BR2_i386
-       depends BR2_LINUX_2_4
        help
-         Build firmware images for Soekris based boards
-         (e.g. net4521, net4801)
-         
-       config BR2_TARGET_NET4521
-               default y
-               depends BR2_LINUX_2_4_SOEKRIS
-               bool "Soekris net4521"
-
-       config BR2_TARGET_NET4801
-               default y
-               depends BR2_LINUX_2_4_SOEKRIS
-               bool "Soekris net4801"
-
-config BR2_LINUX_2_6
-       bool "Linux 2.6"
-       default n
-
+         Build firmware images for x86 based boards
+         (e.g. Soekris net4521 and net4801, PC Engines WRAP...)
+        
 config BR2_LINUX_2_6_BRCM
-       bool "Support for Broadcom based routers"
+       bool "Support for Broadcom based routers [2.6]"
        default n
        depends BR2_mipsel
-       depends BR2_LINUX_2_6
-       select BR2_PACKAGE_KMOD_B44
-       select BR2_PACKAGE_KMOD_MADWIFI
-       select BR2_PACKAGE_ROBOCFG
        help
          Build firmware images for Broadcom based routers
          (e.g. Netgear WGT634u)
-         
+       
+endchoice
+       
 comment "Kernel Modules"
 
 config BR2_PACKAGE_KMOD_SANGAM_ATM_A
@@ -86,12 +65,6 @@ config BR2_PACKAGE_KMOD_CPMAC
        help
          Driver for the AR7 CPMAC network chip
 
-config BR2_PACKAGE_KMOD_DIAG
-       tristate "Router LED/Button Driver"
-       default y
-       help
-         Driver for the LEDs on Wireless Routers (diag)
-
 config BR2_PACKAGE_KMOD_BRCM_WL
        tristate "Broadcom Wireless Network Driver"
        depends BR2_LINUX_2_4_BRCM
@@ -109,6 +82,7 @@ config BR2_PACKAGE_KMOD_BRCM_ET
 config BR2_PACKAGE_KMOD_B44
        tristate "Broadcom 44XX, 47XX ethernet driver"
        default m
+       default y if BR2_LINUX_2_6_BRCM
        help
          Free driver for Broadcom Ethernet chipsets (without switch support)
 
@@ -136,6 +110,14 @@ config BR2_PACKAGE_KMOD_IPTABLES_V4
        help
          Kernel modules for IPv4 firewalling
 
+config BR2_PACKAGE_KMOD_AX25
+       tristate "AX25 support"
+       default m
+       help
+         Kernel modules for AX25 protocol family
+          - ax25.o: AX25 layer 2 support
+          - mkiss.o: AX25 KISS driver
+
 config BR2_PACKAGE_KMOD_IPTABLES_V4_EXTRA
        tristate "Extra modules for iptables"
        default m
@@ -168,6 +150,13 @@ config BR2_PACKAGE_KMOD_CIFS
        help
          Kernel modules for CIFS support
 
+config BR2_PACKAGE_KMOD_SOUNDCORE
+       tristate "Soundcard support"
+       default n
+       help
+         Base support for soundcards
+         Requires either USB soundcard support (OSS) or ALSA package to be useful
+
 config BR2_PACKAGE_KMOD_USB
        tristate "USB support"
        default m
@@ -234,6 +223,7 @@ config BR2_PACKAGE_KMOD_USB_AUDIO
        tristate "Support for USB soundcards"
        default m
        depends BR2_PACKAGE_KMOD_USB_CONTROLLER
+       select BR2_PACKAGE_KMOD_SOUNDCORE
 
 config BR2_PACKAGE_KMOD_USB_ACM
        tristate "Support for USB modems/isdn controllers"
@@ -250,6 +240,8 @@ config BR2_PACKAGE_KMOD_IDE
 config BR2_PACKAGE_KMOD_VFAT
        tristate "VFAT filesystem support"
        default m
+       depends on BR2_PACKAGE_KMOD_NLS_BASE
+       depends on BR2_PACKAGE_KMOD_NLS_CP437 || BR2_PACKAGE_KMOD_NLS_CP850
        help
          Kernel modules for VFAT filesystem support
          useful for usb mass storage devices
@@ -335,7 +327,6 @@ config BR2_PACKAGE_KMOD_PPPOATM
 
 config BR2_PACKAGE_KMOD_ATM
        tristate "ATM support"
-       default m
        default y if BR2_LINUX_2_4_AR7
        help
          ATM support
@@ -358,6 +349,36 @@ config BR2_PACKAGE_KMOD_SCHED
        help
          Kernel schedulers for IP traffic
 
+config BR2_PACKAGE_KMOD_NLS_BASE
+       tristate "basic native language support for filesystems"
+       default m
+       help
+         Kernel native language support
+
+config BR2_PACKAGE_KMOD_NLS_CP437
+       tristate "code page 437"
+       default m
+       help
+         Kernel native language support
+
+config BR2_PACKAGE_KMOD_NLS_CP850
+       tristate "code page 850"
+       default m
+       help
+         Kernel native language support
+
+config BR2_PACKAGE_KMOD_NLS_UTF8
+       tristate "utf8"
+       default m
+       help
+         Kernel native language support
+
+config BR2_PACKAGE_KMOD_NLS_IS08859_1
+       tristate "iso8859-1"
+       default m
+       help
+         Kernel native language support
+
 config BR2_PACKAGE_KMOD_VIDEODEV
        tristate "Video (For Linux) kernel support"
        default m
@@ -369,7 +390,7 @@ config BR2_PACKAGE_KMOD_PWC
 config BR2_PACKAGE_KMOD_NATSEMI
        tristate "Soekris net4801 ethernet driver"
        default y
-       depends BR2_LINUX_2_4_SOEKRIS
+       depends BR2_LINUX_2_4_X86
        help
          Driver for the National Semiconductor DP8381x series PCI Ethernet 
          found on Soekris net4801 boards
@@ -377,7 +398,7 @@ config BR2_PACKAGE_KMOD_NATSEMI
 config BR2_PACKAGE_KMOD_WD1100
        tristate "Soekris net4801 watchdog"
        default y
-       depends BR2_LINUX_2_4_SOEKRIS
+       depends BR2_LINUX_2_4_X86
        help
          Driver for the NatSemi SC1x00 series Watchdog 
          found on Soekris net4801 boards
This page took 0.036226 seconds and 4 git commands to generate.