diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-06-30 19:35:12 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-06-30 19:35:12 +0000 |
commit | 0409c64e34fdbaf7f8882327054127ff41d2c409 (patch) | |
tree | d57dfaeb863f6eaacb5f9596d1fa3b60da5be296 /target/linux/ramips | |
parent | d30bf22a5513bb82ed0fde9059870623492e5a43 (diff) | |
download | upstream-0409c64e34fdbaf7f8882327054127ff41d2c409.tar.gz upstream-0409c64e34fdbaf7f8882327054127ff41d2c409.tar.bz2 upstream-0409c64e34fdbaf7f8882327054127ff41d2c409.zip |
fix commit r21993
SVN-Revision: 21994
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/rt288x/config-2.6.34 | 1 | ||||
-rw-r--r-- | target/linux/ramips/rt305x/config-2.6.34 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/rt288x/config-2.6.34 b/target/linux/ramips/rt288x/config-2.6.34 index d851b528a8..21cdfa53ee 100644 --- a/target/linux/ramips/rt288x/config-2.6.34 +++ b/target/linux/ramips/rt288x/config-2.6.34 @@ -133,6 +133,7 @@ CONFIG_NEED_DMA_MAP_STATE=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PHYLIB=y # CONFIG_PMC_MSP is not set diff --git a/target/linux/ramips/rt305x/config-2.6.34 b/target/linux/ramips/rt305x/config-2.6.34 index d2b6311af4..5eeeb2a0c6 100644 --- a/target/linux/ramips/rt305x/config-2.6.34 +++ b/target/linux/ramips/rt305x/config-2.6.34 @@ -124,6 +124,7 @@ CONFIG_NEED_DMA_MAP_STATE=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PHYLIB=y # CONFIG_PMC_MSP is not set # CONFIG_PMC_YOSEMITE is not set |