diff options
author | John Crispin <blogic@openwrt.org> | 2009-10-04 19:53:17 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2009-10-04 19:53:17 +0000 |
commit | d1b3ad0612032990cf954e19f86ea4897d61a57f (patch) | |
tree | 00a7ec1f4de21518bc2c783975daa58de2885ed1 /target/linux/ramips/rt288x | |
parent | db05a19b35ceab06c61351c16941814a487f7315 (diff) | |
download | upstream-d1b3ad0612032990cf954e19f86ea4897d61a57f.tar.gz upstream-d1b3ad0612032990cf954e19f86ea4897d61a57f.tar.bz2 upstream-d1b3ad0612032990cf954e19f86ea4897d61a57f.zip |
adds pci support for rt288x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17855 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/rt288x')
-rw-r--r-- | target/linux/ramips/rt288x/config-2.6.30 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/rt288x/config-2.6.30 b/target/linux/ramips/rt288x/config-2.6.30 index db99f52247..eef494787d 100644 --- a/target/linux/ramips/rt288x/config-2.6.30 +++ b/target/linux/ramips/rt288x/config-2.6.30 @@ -108,6 +108,8 @@ CONFIG_MTD_PHYSMAP=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_PCSPKR_PLATFORM is not set CONFIG_PHYLIB=y # CONFIG_PMC_MSP is not set |