diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-05-19 16:16:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-05-19 16:16:48 +0000 |
commit | 84b235140c0f3925d262aca6172078430d016124 (patch) | |
tree | a92e21db3443570e5358a41c83b3bfbbbae2c1f2 /target/linux/x86-2.6 | |
parent | 940b1f3cb5e0b90d4351d4619e15d8df44a02091 (diff) | |
download | upstream-84b235140c0f3925d262aca6172078430d016124.tar.gz upstream-84b235140c0f3925d262aca6172078430d016124.tar.bz2 upstream-84b235140c0f3925d262aca6172078430d016124.zip |
fix pcmcia/pccard build defaults
SVN-Revision: 7275
Diffstat (limited to 'target/linux/x86-2.6')
-rw-r--r-- | target/linux/x86-2.6/config/default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/x86-2.6/config/default b/target/linux/x86-2.6/config/default index 07219c1411..8029d5a0b4 100644 --- a/target/linux/x86-2.6/config/default +++ b/target/linux/x86-2.6/config/default @@ -337,6 +337,8 @@ CONFIG_PAGE_OFFSET=0xC0000000 # CONFIG_PATA_VIA is not set # CONFIG_PATA_WINBOND is not set CONFIG_PC8736x_GPIO=m +CONFIG_PCCARD=m +CONFIG_PCCARD_NONSTATIC=m # CONFIG_PCIEPORTBUS is not set # CONFIG_PCIPCWATCHDOG is not set CONFIG_PCI_BIOS=y |