diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-29 19:12:29 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-29 19:12:29 +0000 |
commit | 44eecf6392ed834e8da11ca3d5ac76620dffb0f2 (patch) | |
tree | 064d75568714bc9761545005a7629df34e6014bc /target/linux/x86_64 | |
parent | 6dd422a256a5883d9081261b52e80415f493f7e0 (diff) | |
download | upstream-44eecf6392ed834e8da11ca3d5ac76620dffb0f2.tar.gz upstream-44eecf6392ed834e8da11ca3d5ac76620dffb0f2.tar.bz2 upstream-44eecf6392ed834e8da11ca3d5ac76620dffb0f2.zip |
x86_64: enable PCIE support
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44201
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 |