diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-10-12 16:51:31 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-10-12 16:51:31 +0000 |
commit | e61520a37c152d14be3fafa55390d88b4e0fac84 (patch) | |
tree | a5db8cff59fbf29503f816132556995230513be4 /target/linux/x86/kvm_guest/config-3.3 | |
parent | b9a33c08d621459eab6f894c40d45701e3e4111e (diff) | |
download | upstream-e61520a37c152d14be3fafa55390d88b4e0fac84.tar.gz upstream-e61520a37c152d14be3fafa55390d88b4e0fac84.tar.bz2 upstream-e61520a37c152d14be3fafa55390d88b4e0fac84.zip |
x86/kvm_guest: enable PCIE support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33741 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/kvm_guest/config-3.3')
-rw-r--r-- | target/linux/x86/kvm_guest/config-3.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/x86/kvm_guest/config-3.3 b/target/linux/x86/kvm_guest/config-3.3 index 11c21c48a3..38f9db63dc 100644 --- a/target/linux/x86/kvm_guest/config-3.3 +++ b/target/linux/x86/kvm_guest/config-3.3 @@ -49,6 +49,8 @@ CONFIG_PARAVIRT_CLOCK=y # CONFIG_PARAVIRT_DEBUG is not set CONFIG_PARAVIRT_GUEST=y CONFIG_PARAVIRT_TIME_ACCOUNTING=y +CONFIG_PCIEAER=y +CONFIG_PCIEPORTBUS=y CONFIG_PCI_IOAPIC=y CONFIG_PCI_LABEL=y CONFIG_PCI_MMCONFIG=y |