X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/d81741a5b1421dce9879515a52a52954b6cb0787..62adc1bc11c690e96fc4d1b0fd2464d06932c9a4:/target/linux/Config.in diff --git a/target/linux/Config.in b/target/linux/Config.in index 3d9abdf74..893c8f56a 100644 --- a/target/linux/Config.in +++ b/target/linux/Config.in @@ -5,6 +5,7 @@ config BR2_LINUX_2_4_BRCM bool "Support for Broadcom based routers [2.4]" default y depends BR2_mipsel + select BR2_LINUX_PCMCIA_SUPPORT help Build firmware images for Broadcom based routers (e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G) @@ -24,6 +25,7 @@ config BR2_LINUX_2_4_X86 bool "Support for x86 boards [2.4]" default n depends BR2_i386 + select BR2_LINUX_PCMCIA_SUPPORT help Build firmware images for x86 based boards (e.g. Soekris net4521 and net4801, PC Engines WRAP...) @@ -32,6 +34,7 @@ config BR2_LINUX_2_6_BRCM bool "Support for Broadcom based routers [2.6]" default n depends BR2_mipsel + select BR2_LINUX_PCMCIA_SUPPORT help Build firmware images for Broadcom based routers (e.g. Netgear WGT634u) @@ -40,21 +43,37 @@ config BR2_LINUX_2_6_X86 bool "Support for x86 boards [2.6]" default n depends BR2_i386 + select BR2_LINUX_PCMCIA_SUPPORT help Build firmware images for x86 based boards (e.g. Soekris net4521 and net4801, PC Engines WRAP...) +config BR2_LINUX_2_4_AR531X + bool "Support for Atheros ar531x based APs" + default n + depends BR2_mips + help + Build firmware images for Atheros ar531x based boards + (e.g. Netgear WGT624, Linksys WRT55AG) + endchoice - + + +config BR2_LINUX_PCMCIA_SUPPORT + bool + default n + depends BR2_LINUX_2_4_X86 || BR2_LINUX_2_4_BRCM || BR2_LINUX_2_6_X86 || BR2_LINUX_2_6_BRCM + + comment "Device specific modules" config BR2_PACKAGE_KMOD_BRCM_ET prompt "kmod-brcm-et...................... Broadcom Ethernet Driver" tristate depends BR2_LINUX_2_4_BRCM - default y + default m help - Proprietary driver for Broadcom Ethernet chipsets + Proprietary driver for Broadcom Ethernet chipsets (obsolete) config BR2_PACKAGE_KMOD_BRCM_WL prompt "kmod-brcm-wl...................... Broadcom Wireless Network Driver" @@ -107,6 +126,7 @@ config BR2_PACKAGE_KMOD_ATM prompt "kmod-atm.......................... ATM support" tristate default y if BR2_LINUX_2_4_AR7 + default m if BR2_LINUX_2_6_BRCM help ATM support @@ -144,6 +164,7 @@ config BR2_PACKAGE_KMOD_PPPOATM prompt "kmod-pppoatm.................... PPPoA (PPP over ATM) kernel support" tristate default y if BR2_LINUX_2_4_AR7 + default m if BR2_LINUX_2_6_BRCM default m depends BR2_PACKAGE_KMOD_PPP select BR2_PACKAGE_KMOD_ATM @@ -158,6 +179,13 @@ config BR2_PACKAGE_KMOD_PPPOE help Support for PPP over Ethernet +config BR2_PACKAGE_KMOD_RING + prompt "kmod-ring......................... PF Ring" + tristate + default m + help + PF Ring + config BR2_PACKAGE_KMOD_SCHED prompt "kmod-sched........................ Traffic schedulers" tristate @@ -336,6 +364,7 @@ config BR2_PACKAGE_KMOD_IDE prompt "kmod-ide.......................... IDE support" tristate default m + depends BR2_LINUX_2_4_X86 || BR2_LINUX_2_4_BRCM || BR2_LINUX_2_6_X86 || BR2_LINUX_2_6_BRCM help Kernel modules for IDE support useful for usb mass storage devices (e.g. on WL-HDD) @@ -422,6 +451,7 @@ comment "Multimedia devices support" config BR2_PACKAGE_KMOD_PWC prompt "kmod-pwc.......................... Kernel driver for USB Philips Cameras" tristate + default n if BR2_LINUX_2_4_AR531X default m config BR2_PACKAGE_KMOD_SOUNDCORE @@ -489,8 +519,9 @@ config BR2_PACKAGE_KMOD_NLS_UTF8 comment "Network devices support" config BR2_PACKAGE_KMOD_NET_3C59X - prompt "kmod-net-3C59x.................... 3Com 3c590/3c900 series (592/595/597) \"Vortex/Boomerang\" Ethernet kernel support" + prompt "kmod-net-3c59x.................... 3Com 3c590/3c900 series (592/595/597) \"Vortex/Boomerang\" Ethernet kernel support" tristate + default n if BR2_LINUX_2_4_AR531X default m help This option enables driver support for a large number of 10mbps and @@ -505,6 +536,7 @@ config BR2_PACKAGE_KMOD_NET_3C59X config BR2_PACKAGE_KMOD_NET_8139TOO prompt "kmod-net-8139too.................. RealTek RTL-8139 PCI Fast Ethernet Adapter kernel support" tristate + default n if BR2_LINUX_2_4_AR531X default m help This is a driver for the Fast Ethernet PCI network cards based on @@ -513,6 +545,7 @@ config BR2_PACKAGE_KMOD_NET_8139TOO config BR2_PACKAGE_KMOD_NET_AIRO prompt "kmod-net-airo..................... Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards kernel support" tristate + default n if BR2_LINUX_2_4_AR531X default m help This is the standard Linux driver to support Cisco/Aironet ISA and @@ -535,14 +568,16 @@ config BR2_PACKAGE_KMOD_NET_E100 config BR2_PACKAGE_KMOD_NET_B44 prompt "kmod-net-b44...................... Broadcom 44XX, 47XX ethernet driver" tristate + depends !BR2_LINUX_2_6_BRCM + default y if BR2_LINUX_2_4_BRCM default m - default y if BR2_LINUX_2_6_BRCM help - Free driver for Broadcom Ethernet chipsets (without switch support) + Free driver for Broadcom Ethernet chipsets config BR2_PACKAGE_KMOD_NET_HERMES prompt "kmod-net-hermes................... Hermes chipset 802.11b support (Orinoco/Prism2/Symbol) kernel support" tristate + default n if BR2_LINUX_2_4_AR531X default m help A driver for 802.11b wireless cards based based on the "Hermes" or @@ -583,6 +618,7 @@ config BR2_PACKAGE_KMOD_NET_HERMES_PLX config BR2_PACKAGE_KMOD_NET_NATSEMI prompt "kmod-net-natsemi.................. National Semiconductor DP8381x series PCI Ethernet kernel support" tristate + default n if BR2_LINUX_2_4_AR531X default m help This driver is for the National Semiconductor DP83810 series, @@ -592,6 +628,7 @@ config BR2_PACKAGE_KMOD_NET_NATSEMI config BR2_PACKAGE_KMOD_NET_PRISM54 prompt "kmod-net-prism54.................. Intersil Prism GT/Duette/Indigo PCI/PCMCIA cards kernel support" tristate + default n if BR2_LINUX_2_4_AR531X default m help Enable PCI and Cardbus support for the following chipset based cards: @@ -631,14 +668,23 @@ comment "PCMCIA/CardBus support" config BR2_PACKAGE_KMOD_PCMCIA_CORE prompt "kmod-pcmcia-core.................. PCMCIA/CardBus support" + depends BR2_LINUX_PCMCIA_SUPPORT tristate + default n if BR2_LINUX_2_4_AR531X default m +config BR2_PACKAGE_KMOD_PCMCIA_SERIAL + prompt "kmod-pcmcia-serial.............. PCMCIA/CardBus serial device support" + tristate + default m + depends BR2_PACKAGE_KMOD_PCMCIA_CORE + comment "USB support" config BR2_PACKAGE_KMOD_USB prompt "kmod-usb-core..................... USB support" tristate + default n if BR2_LINUX_2_4_AR531X default m config BR2_PACKAGE_KMOD_USB_UHCI @@ -716,12 +762,24 @@ config BR2_PACKAGE_KMOD_USB_SERIAL_PL2303 default m depends BR2_PACKAGE_KMOD_USB_SERIAL +config BR2_PACKAGE_KMOD_USB_SERIAL_VISOR + prompt "kmod-usb-serial-visor.......... Support for Handspring Visor / Palm m50x / Sony Clie Driver" + tristate + default m + depends BR2_PACKAGE_KMOD_USB_SERIAL + config BR2_PACKAGE_KMOD_USB_STORAGE prompt "kmod-usb-storage.................. Support for USB storage devices" tristate default m depends BR2_PACKAGE_KMOD_USB_CONTROLLER +config BR2_PACKAGE_KMOD_USB_ATM + prompt "kmod-usb-atm...................... Support for USB ATM devices" + tristate + default m + depends BR2_PACKAGE_KMOD_USB_CONTROLLER + comment "Misc. devices support" config BR2_PACKAGE_KMOD_AX25 @@ -737,6 +795,7 @@ config BR2_PACKAGE_KMOD_BLUETOOTH prompt "kmod-bluetooth.................... Bluetooth drivers and network stack" tristate default m + default n if BR2_LINUX_2_4_AR531X help Bluetooth drivers and network stack @@ -747,6 +806,13 @@ config BR2_PACKAGE_KMOD_LP help Kernel modules for line printer and parallel port support +config BR2_PACKAGE_KMOD_SOFTDOG + prompt "kmod-softdog..................... software watchdog" + tristate + default m + help + Kernel modules for software watchdog driver + config BR2_PACKAGE_KMOD_WD1100 prompt "kmod-wd1100....................... Soekris net4801 watchdog" tristate