diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-29 19:15:53 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-29 19:15:53 +0000 |
commit | 65f81429b4f56c20f3c76b91ce7e3740740a1075 (patch) | |
tree | 9dc27b982102ac64cb766e5ba52577c32fc0c894 /target/linux/x86_64 | |
parent | fefba5d685ad94cdfc328d4db8f97df13e669102 (diff) | |
download | upstream-65f81429b4f56c20f3c76b91ce7e3740740a1075.tar.gz upstream-65f81429b4f56c20f3c76b91ce7e3740740a1075.tar.bz2 upstream-65f81429b4f56c20f3c76b91ce7e3740740a1075.zip |
x86_64: enable PCIE support
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44203
Diffstat (limited to 'target/linux/x86_64')
-rw-r--r-- | target/linux/x86_64/config-default | 2 |
1 files changed, 2 insertions, 0 deletions
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 |