diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-12-13 02:52:14 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-12-13 02:52:14 +0000 |
| commit | 636b2d3d83444bfa2184130bc061f93df547be77 (patch) | |
| tree | 46ccf4f1ea4bf723e4cc845245b1ddf734ff8b31 /openwrt/target | |
| parent | 543a7ab0a42b1cb18001af0a49bb114dbdf5a534 (diff) | |
| download | mtk-20170518-636b2d3d83444bfa2184130bc061f93df547be77.zip mtk-20170518-636b2d3d83444bfa2184130bc061f93df547be77.tar.gz mtk-20170518-636b2d3d83444bfa2184130bc061f93df547be77.tar.bz2 | |
disable pcmcia stuff for ar7
SVN-Revision: 2646
Diffstat (limited to 'openwrt/target')
| -rw-r--r-- | openwrt/target/linux/Config.in | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/openwrt/target/linux/Config.in b/openwrt/target/linux/Config.in index 7a7f7a4..8be01a1 100644 --- a/openwrt/target/linux/Config.in +++ b/openwrt/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 @@ -631,6 +642,7 @@ 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 |
