diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-29 10:11:17 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-29 10:11:17 +0000 |
commit | fa149cd17789e4c43001ce18d7b0a37a11b951e8 (patch) | |
tree | 166a363a5b770d37c7a2b2124310d5d30a394084 /target/linux/x86 | |
parent | ef7f04399d49f37c78897b1d898db8b87a898d17 (diff) | |
download | upstream-fa149cd17789e4c43001ce18d7b0a37a11b951e8.tar.gz upstream-fa149cd17789e4c43001ce18d7b0a37a11b951e8.tar.bz2 upstream-fa149cd17789e4c43001ce18d7b0a37a11b951e8.zip |
x86/kvm_guest: fix out of sync config-3.10
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41372 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86')
-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 |