From 65f81429b4f56c20f3c76b91ce7e3740740a1075 Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Thu, 29 Jan 2015 19:15:53 +0000
Subject: [PATCH] x86_64: enable PCIE support

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 44203
---
 target/linux/x86_64/config-default | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/x86_64/config-default b/target/linux/x86_64/config-default
index dde8b25499..dbbb3e84e8 100644
--- a/target/linux/x86_64/config-default
+++ b/target/linux/x86_64/config-default
@@ -345,6 +345,8 @@ CONFIG_PARAVIRT_CLOCK=y
 # CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
 # CONFIG_PC87413_WDT is not set
 CONFIG_PCI=y
+CONFIG_PCIEAER=y
+CONFIG_PCIEPORTBUS=y
 CONFIG_PCI_DIRECT=y
 CONFIG_PCI_DOMAINS=y
 # CONFIG_PCI_IOAPIC is not set
-- 
GitLab