diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-02 15:31:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-02 15:31:54 +0000 |
commit | 209b6e638967f92c14cd4ab8d6cf2965cf351e68 (patch) | |
tree | 788631c685992c8a97027c14f3da9a9b063a3a30 | |
parent | a536dfa37d4cd6f284c62378ac20979103d42d78 (diff) | |
download | master-187ad058-209b6e638967f92c14cd4ab8d6cf2965cf351e68.tar.gz master-187ad058-209b6e638967f92c14cd4ab8d6cf2965cf351e68.tar.bz2 master-187ad058-209b6e638967f92c14cd4ab8d6cf2965cf351e68.zip |
x86/kvm_guest: add missing symbols for 3.3
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35458 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/x86/kvm_guest/config-3.3 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/target/linux/x86/kvm_guest/config-3.3 b/target/linux/x86/kvm_guest/config-3.3 index 38f9db63dc..4cbbf1ad23 100644 --- a/target/linux/x86/kvm_guest/config-3.3 +++ b/target/linux/x86/kvm_guest/config-3.3 @@ -24,10 +24,17 @@ CONFIG_ACPI_PROCESSOR=y CONFIG_CONSOLE_TRANSLATIONS=y CONFIG_CPU_IDLE_GOV_MENU=y CONFIG_DUMMY_CONSOLE=y +# CONFIG_EEEPC_LAPTOP is not set # CONFIG_EFI is not set -CONFIG_HIGHMEM4G=y CONFIG_HOTPLUG_PCI=y CONFIG_HOTPLUG_PCI_ACPI=y +# CONFIG_HOTPLUG_PCI_ACPI_IBM is not set +# CONFIG_HOTPLUG_PCI_COMPAQ is not set +# CONFIG_HOTPLUG_PCI_CPCI is not set +# CONFIG_HOTPLUG_PCI_FAKE is not set +# CONFIG_HOTPLUG_PCI_IBM is not set +CONFIG_HOTPLUG_PCI_PCIE=y +# CONFIG_HOTPLUG_PCI_SHPC is not set # CONFIG_HPET is not set # CONFIG_HP_ACCEL is not set CONFIG_HVC_DRIVER=y |