diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-29 19:15:45 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-29 19:15:45 +0000 |
commit | fefba5d685ad94cdfc328d4db8f97df13e669102 (patch) | |
tree | 9599a9657e3e419ab6f99b6647768fc1862a3241 /target/linux/x86_64 | |
parent | 44eecf6392ed834e8da11ca3d5ac76620dffb0f2 (diff) | |
download | upstream-fefba5d685ad94cdfc328d4db8f97df13e669102.tar.gz upstream-fefba5d685ad94cdfc328d4db8f97df13e669102.tar.bz2 upstream-fefba5d685ad94cdfc328d4db8f97df13e669102.zip |
Revert "x86_64: enable PCIE support"
This reverts commit daadd4320c4eadce3937e8ca13ede0ce1b97e125 which erroneously
introduced unrelated changes.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44202
Diffstat (limited to 'target/linux/x86_64')
-rw-r--r-- | target/linux/x86_64/config-default | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/x86_64/config-default b/target/linux/x86_64/config-default index dbbb3e84e8..dde8b25499 100644 --- a/target/linux/x86_64/config-default +++ b/target/linux/x86_64/config-default @@ -345,8 +345,6 @@ 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 |