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 | b8eccbebe3a022a10e1bcb96c31613f4898c6434 (patch) | |
tree | 0e0559f8bd9c77afd4b8bc608602c06952c2f2a1 /target/linux/x86_64/config-default | |
parent | defffd7cd1b144a5eb4841b2ad8dd0fa588194a5 (diff) | |
download | upstream-b8eccbebe3a022a10e1bcb96c31613f4898c6434.tar.gz upstream-b8eccbebe3a022a10e1bcb96c31613f4898c6434.tar.bz2 upstream-b8eccbebe3a022a10e1bcb96c31613f4898c6434.zip |
x86_64: enable PCIE support
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44203 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86_64/config-default')
-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 |