aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/rt288x
diff options
context:
space:
mode:
authorTobias Wolf <github-NTEO@vplace.de>2016-11-15 22:31:16 +0100
committerMathias Kresin <dev@kresin.me>2016-12-04 07:03:17 +0100
commit13c0d208b23ef82f870b55d965326f313bdbc27b (patch)
tree58ab9ee57da01e3b5544651fa7c358fa6dab23bb /target/linux/ramips/rt288x
parentc2ed721e89156d3b37d2bcbc9155f31bb1aa97b2 (diff)
downloadupstream-13c0d208b23ef82f870b55d965326f313bdbc27b.tar.gz
upstream-13c0d208b23ef82f870b55d965326f313bdbc27b.tar.bz2
upstream-13c0d208b23ef82f870b55d965326f313bdbc27b.zip
ramips: introduce CONFIG_PCI and CONFIG_OF_*PCI for rt288x
This is a prerequisite for F5D8235 V1 to use PCI based OHCI/EHCI. Signed-off-by: Tobias Wolf <github-NTEO@vplace.de>
Diffstat (limited to 'target/linux/ramips/rt288x')
-rw-r--r--target/linux/ramips/rt288x/config-4.46
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/rt288x/config-4.4 b/target/linux/ramips/rt288x/config-4.4
index 94e4cdde53..c6ecf0b96f 100644
--- a/target/linux/ramips/rt288x/config-4.4
+++ b/target/linux/ramips/rt288x/config-4.4
@@ -141,6 +141,7 @@ CONFIG_NET_VENDOR_MEDIATEK=y
# CONFIG_NO_IOPORT_MAP is not set
CONFIG_OF=y
CONFIG_OF_ADDRESS=y
+CONFIG_OF_ADDRESS_PCI=y
CONFIG_OF_EARLY_FLATTREE=y
CONFIG_OF_FLATTREE=y
CONFIG_OF_GPIO=y
@@ -148,7 +149,10 @@ CONFIG_OF_IRQ=y
CONFIG_OF_MDIO=y
CONFIG_OF_MTD=y
CONFIG_OF_NET=y
-# CONFIG_PCI is not set
+CONFIG_OF_PCI=y
+CONFIG_OF_PCI_IRQ=y
+CONFIG_PCI=y
+CONFIG_PCI_DOMAINS=y
CONFIG_PERF_USE_VMALLOC=y
CONFIG_PGTABLE_LEVELS=2
CONFIG_PHYLIB=y