diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-03 21:27:05 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-03 21:27:05 +0000 |
commit | 5e04bb2b34f2bca9dce7bbf66fd136d75c731da7 (patch) | |
tree | 62d3e891a93d4994b128f8ea807d7911910ddc04 /target | |
parent | 0f1182b88dda6c079c0f8e38d3695507a649f1cc (diff) | |
download | upstream-5e04bb2b34f2bca9dce7bbf66fd136d75c731da7.tar.gz upstream-5e04bb2b34f2bca9dce7bbf66fd136d75c731da7.tar.bz2 upstream-5e04bb2b34f2bca9dce7bbf66fd136d75c731da7.zip |
Enable more PCMCIA specific options, thanks sn9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13110 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/rdc/config-2.6.24 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/rdc/config-2.6.24 b/target/linux/rdc/config-2.6.24 index 2771985165..e8c5489bc1 100644 --- a/target/linux/rdc/config-2.6.24 +++ b/target/linux/rdc/config-2.6.24 @@ -241,6 +241,7 @@ CONFIG_PCI_GOANY=y # CONFIG_PCI_GODIRECT is not set # CONFIG_PCI_GOMMCONFIG is not set CONFIG_PCMCIA=m +CONFIG_PCMCIA_LOAD_CIS=y CONFIG_PHYLIB=y CONFIG_PHYSICAL_ALIGN=0x100000 CONFIG_PHYSICAL_START=0x100000 @@ -338,4 +339,6 @@ CONFIG_X86_REBOOTFIXUPS=y # CONFIG_X86_VSMP is not set CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_XADD=y +# CONFIG_YENTA_ENE_TUNE is not set +CONFIG_YENTA_TI=y # CONFIG_ZONE_DMA32 is not set |