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 | 96f98b5616a1418d668a7be286003e21aef1ea46 (patch) | |
tree | cfee0725aed95e9edc9e0f061b938e0e60fedbea /target/linux/rdc | |
parent | b4dd33016da33fc9497c5ca74e3f0da5aa08f6f7 (diff) | |
download | upstream-96f98b5616a1418d668a7be286003e21aef1ea46.tar.gz upstream-96f98b5616a1418d668a7be286003e21aef1ea46.tar.bz2 upstream-96f98b5616a1418d668a7be286003e21aef1ea46.zip |
Enable more PCMCIA specific options, thanks sn9
SVN-Revision: 13110
Diffstat (limited to 'target/linux/rdc')
-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 |