diff options
author | John Crispin <john@openwrt.org> | 2014-06-29 10:11:17 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-29 10:11:17 +0000 |
commit | 639682dfdba4280442a084fbe7c7e62cafd3f693 (patch) | |
tree | dc990c3b40d4e0ad1a99bc00fdd759a0c2aab074 /target | |
parent | 97382f76e850100f32749ab5bf7d8383348eaff7 (diff) | |
download | upstream-639682dfdba4280442a084fbe7c7e62cafd3f693.tar.gz upstream-639682dfdba4280442a084fbe7c7e62cafd3f693.tar.bz2 upstream-639682dfdba4280442a084fbe7c7e62cafd3f693.zip |
x86/kvm_guest: fix out of sync config-3.10
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41372
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/x86/kvm_guest/config-3.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/kvm_guest/config-3.10 b/target/linux/x86/kvm_guest/config-3.10 index b8289ec204..3355c344e4 100644 --- a/target/linux/x86/kvm_guest/config-3.10 +++ b/target/linux/x86/kvm_guest/config-3.10 @@ -44,6 +44,7 @@ CONFIG_INPUT=y CONFIG_INPUT_KEYBOARD=y # CONFIG_INTEL_IPS is not set CONFIG_KEYBOARD_ATKBD=y +# CONFIG_KVM is not set CONFIG_KVM_GUEST=y # CONFIG_LGUEST is not set # CONFIG_LGUEST_GUEST is not set |