disable pcmcia stuff for ar7
SVN-Revision: 2646
This commit is contained in:
parent
543a7ab0a4
commit
636b2d3d83
@ -6,6 +6,7 @@ config BR2_COMPILE_PCMCIA_CS
|
|||||||
config BR2_PACKAGE_PCMCIA_UTILS
|
config BR2_PACKAGE_PCMCIA_UTILS
|
||||||
prompt "pcmcia-utils...................... PCMCIA/Cardbus management utilities"
|
prompt "pcmcia-utils...................... PCMCIA/Cardbus management utilities"
|
||||||
tristate
|
tristate
|
||||||
|
depends BR2_LINUX_PCMCIA_SUPPORT
|
||||||
select BR2_COMPILE_PCMCIA_CS
|
select BR2_COMPILE_PCMCIA_CS
|
||||||
select BR2_PACKAGE_KMOD_PCMCIA_CORE
|
select BR2_PACKAGE_KMOD_PCMCIA_CORE
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
|
@ -5,6 +5,7 @@ config BR2_LINUX_2_4_BRCM
|
|||||||
bool "Support for Broadcom based routers [2.4]"
|
bool "Support for Broadcom based routers [2.4]"
|
||||||
default y
|
default y
|
||||||
depends BR2_mipsel
|
depends BR2_mipsel
|
||||||
|
select BR2_LINUX_PCMCIA_SUPPORT
|
||||||
help
|
help
|
||||||
Build firmware images for Broadcom based routers
|
Build firmware images for Broadcom based routers
|
||||||
(e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G)
|
(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]"
|
bool "Support for x86 boards [2.4]"
|
||||||
default n
|
default n
|
||||||
depends BR2_i386
|
depends BR2_i386
|
||||||
|
select BR2_LINUX_PCMCIA_SUPPORT
|
||||||
help
|
help
|
||||||
Build firmware images for x86 based boards
|
Build firmware images for x86 based boards
|
||||||
(e.g. Soekris net4521 and net4801, PC Engines WRAP...)
|
(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]"
|
bool "Support for Broadcom based routers [2.6]"
|
||||||
default n
|
default n
|
||||||
depends BR2_mipsel
|
depends BR2_mipsel
|
||||||
|
select BR2_LINUX_PCMCIA_SUPPORT
|
||||||
help
|
help
|
||||||
Build firmware images for Broadcom based routers
|
Build firmware images for Broadcom based routers
|
||||||
(e.g. Netgear WGT634u)
|
(e.g. Netgear WGT634u)
|
||||||
@ -40,12 +43,20 @@ config BR2_LINUX_2_6_X86
|
|||||||
bool "Support for x86 boards [2.6]"
|
bool "Support for x86 boards [2.6]"
|
||||||
default n
|
default n
|
||||||
depends BR2_i386
|
depends BR2_i386
|
||||||
|
select BR2_LINUX_PCMCIA_SUPPORT
|
||||||
help
|
help
|
||||||
Build firmware images for x86 based boards
|
Build firmware images for x86 based boards
|
||||||
(e.g. Soekris net4521 and net4801, PC Engines WRAP...)
|
(e.g. Soekris net4521 and net4801, PC Engines WRAP...)
|
||||||
|
|
||||||
endchoice
|
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"
|
comment "Device specific modules"
|
||||||
|
|
||||||
config BR2_PACKAGE_KMOD_BRCM_ET
|
config BR2_PACKAGE_KMOD_BRCM_ET
|
||||||
@ -631,6 +642,7 @@ comment "PCMCIA/CardBus support"
|
|||||||
|
|
||||||
config BR2_PACKAGE_KMOD_PCMCIA_CORE
|
config BR2_PACKAGE_KMOD_PCMCIA_CORE
|
||||||
prompt "kmod-pcmcia-core.................. PCMCIA/CardBus support"
|
prompt "kmod-pcmcia-core.................. PCMCIA/CardBus support"
|
||||||
|
depends BR2_LINUX_PCMCIA_SUPPORT
|
||||||
tristate
|
tristate
|
||||||
default m
|
default m
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user