diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-01-02 08:25:44 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-01-02 08:25:44 +0000 |
commit | 73e0ae167d570ce0945f11ddb6d3313e9f2cf097 (patch) | |
tree | 91ed5ceca18cc24d2c7c6c19722dc46eb714131f /target | |
parent | 34272dbc045940376a80d091fd12e3f256a12ce5 (diff) | |
download | upstream-73e0ae167d570ce0945f11ddb6d3313e9f2cf097.tar.gz upstream-73e0ae167d570ce0945f11ddb6d3313e9f2cf097.tar.bz2 upstream-73e0ae167d570ce0945f11ddb6d3313e9f2cf097.zip |
Enable pcmcia for brcm63xx (#1125)
SVN-Revision: 5963
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm63xx-2.6/config | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/target/linux/brcm63xx-2.6/config b/target/linux/brcm63xx-2.6/config index c451b88543..0b19782c48 100644 --- a/target/linux/brcm63xx-2.6/config +++ b/target/linux/brcm63xx-2.6/config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.19 -# Sun Dec 17 13:03:13 2006 +# Linux kernel version: 2.6.19.1 +# Tue Jan 2 09:20:36 2007 # CONFIG_MIPS=y @@ -205,7 +205,9 @@ CONFIG_AUDIT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_RELAY=y -CONFIG_INITRAMFS_SOURCE="" +CONFIG_INITRAMFS_SOURCE="../../root" +CONFIG_INITRAMFS_ROOT_UID=0 +CONFIG_INITRAMFS_ROOT_GID=0 CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_SYSCTL=y CONFIG_EMBEDDED=y @@ -280,9 +282,15 @@ CONFIG_CARDBUS=y # # PC-card bridges # -# CONFIG_YENTA is not set +CONFIG_YENTA=m +CONFIG_YENTA_O2=y +CONFIG_YENTA_RICOH=y +CONFIG_YENTA_TI=y +CONFIG_YENTA_ENE_TUNE=y +CONFIG_YENTA_TOSHIBA=y # CONFIG_PD6729 is not set # CONFIG_I82092 is not set +CONFIG_PCCARD_NONSTATIC=m # # PCI Hotplug Support |