diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-10-19 18:22:48 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-10-19 18:22:48 +0000 |
commit | 7cd1682f74b490457bb2ad7b46fd588f857ccfd3 (patch) | |
tree | af3fa1672f2ebc5c24b59b9ecadf83d76cd1adb2 | |
parent | e24bb4cdf393585c31801564bf5fd6e949bb4578 (diff) | |
download | upstream-7cd1682f74b490457bb2ad7b46fd588f857ccfd3.tar.gz upstream-7cd1682f74b490457bb2ad7b46fd588f857ccfd3.tar.bz2 upstream-7cd1682f74b490457bb2ad7b46fd588f857ccfd3.zip |
disable pcmcia on rb532
SVN-Revision: 5239
-rw-r--r-- | target/linux/rb532-2.6/config | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/target/linux/rb532-2.6/config b/target/linux/rb532-2.6/config index d6f801a740..703aad108c 100644 --- a/target/linux/rb532-2.6/config +++ b/target/linux/rb532-2.6/config @@ -213,19 +213,7 @@ CONFIG_MMU=y # # PCCARD (PCMCIA/CardBus) support # -CONFIG_PCCARD=m -# CONFIG_PCMCIA_DEBUG is not set -CONFIG_PCMCIA=m -# CONFIG_PCMCIA_LOAD_CIS is not set -# CONFIG_PCMCIA_IOCTL is not set -CONFIG_CARDBUS=y - -# -# PC-card bridges -# -# CONFIG_YENTA is not set -# CONFIG_PD6729 is not set -# CONFIG_I82092 is not set +# CONFIG_PCCARD is not set # # PCI Hotplug Support |