ar7: clean up system code, add code to generate firmware images
[openwrt-10.03/.git] / target / linux / Config.in
index a4cb68e9dc9b5b0b777fb884a4354d766b98e0e8..34cf99fa38f648a54491690d9c501e836ca4435a 100644 (file)
@@ -7,8 +7,13 @@ config BR2_LINUX_2_4_BRCM
        bool "Support for Broadcom based routers"
        default y
        help
-         Build firmware images for Broadcom based routers (e.g. Linksys WRT54G(S), Asus WL-500g)
+         Build firmware images for Broadcom based routers
+         (e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G)
          
+         This one builds the generic .trx images, activate one of the
+         options below for creating device specific files for use 
+         with TFTP client too. 
+
        config BR2_TARGET_WRT54G
                default y
                depends BR2_LINUX_2_4_BRCM
@@ -22,10 +27,23 @@ config BR2_LINUX_2_4_BRCM
        config BR2_TARGET_MOTOROLA
                default y
                depends BR2_LINUX_2_4_BRCM
-               bool "Motorola"
+               bool "Motorola WR850G"
+
+config BR2_LINUX_2_4_AR7
+       bool "Support for TI AR7 based devices"
+       default n
+       help
+         Build firmware images for TI AR7 based routers (w.g. Linksys WAG54G v2)
 
 comment "Kernel Modules"
 
+config BR2_PACKAGE_KMOD_CPMAC
+       tristate "AR7 CPMAC Network Driver"
+       default y
+       depends BR2_LINUX_2_4_AR7
+       help
+         Driver for the AR7 CPMAC network chip
+
 config BR2_PACKAGE_KMOD_DIAG
        tristate "Router LED/Button Driver"
        default y
@@ -138,6 +156,11 @@ config BR2_PACKAGE_KMOD_USB_PRINTER
        default m
        depends BR2_PACKAGE_KMOD_USB_CONTROLLER
 
+config BR2_PACKAGE_KMOD_USB_ACM
+       tristate "Support for USB modems/isdn controllers"
+       default m
+       depends BR2_PACKAGE_KMOD_USB_CONTROLLER
+
 config BR2_PACKAGE_KMOD_IDE
        tristate "IDE support"
        default m