X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/49be26db3b5a96efbc912becc474a7043ac26318..4f9c0c283e89d59d857807cf3a1256e260e1b6d9:/target/linux/Config.in diff --git a/target/linux/Config.in b/target/linux/Config.in index cd7febae7..8be01a1e6 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,12 +43,20 @@ 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...) 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 @@ -489,7 +500,7 @@ 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 m help @@ -525,18 +536,18 @@ config BR2_PACKAGE_KMOD_NET_AIRO and Cisco proprietary API, so both the Linux Wireless Tools and the Cisco Linux utilities can be used to configure the card. -config BR2_PACKAGE_KMOD_E100 +config BR2_PACKAGE_KMOD_NET_E100 prompt "kmod-net-e100..................... Intel(R) PRO/100+ cards kernel support" tristate default m help Intel(R) PRO/100+ cards kernel support -config BR2_PACKAGE_KMOD_B44 +config BR2_PACKAGE_KMOD_NET_B44 prompt "kmod-net-b44...................... Broadcom 44XX, 47XX ethernet driver" tristate - default m default y if BR2_LINUX_2_6_BRCM + default m help Free driver for Broadcom Ethernet chipsets (without switch support) @@ -631,8 +642,15 @@ comment "PCMCIA/CardBus support" config BR2_PACKAGE_KMOD_PCMCIA_CORE prompt "kmod-pcmcia-core.................. PCMCIA/CardBus support" + depends BR2_LINUX_PCMCIA_SUPPORT + tristate + 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"