From 9bb871a0bb4c239239944d28bd4d5cfa19d84f62 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 3 Mar 2018 15:46:47 +0100 Subject: add support for waldux --- target/linux/config/Config.in.kvm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'target/linux/config/Config.in.kvm') diff --git a/target/linux/config/Config.in.kvm b/target/linux/config/Config.in.kvm index 7ed2e5385..52184bc05 100644 --- a/target/linux/config/Config.in.kvm +++ b/target/linux/config/Config.in.kvm @@ -4,13 +4,13 @@ menu "Virtualization" depends on (ADK_TARGET_ARCH_X86_64 || ADK_TARGET_ARCH_X86) && ADK_TARGET_CPU_WITH_VT -config ADK_KERNEL_VIRTUALIZATION +config ADK_LINUX_KERNEL_VIRTUALIZATION bool default n -config ADK_KERNEL_KVM +config ADK_LINUX_KERNEL_KVM tristate "Kernel-based Virtual Machine (KVM) support" - select ADK_KERNEL_VIRTUALIZATION + select ADK_LINUX_KERNEL_VIRTUALIZATION default n help Support hosting fully virtualized guest machines using hardware @@ -20,17 +20,17 @@ config ADK_KERNEL_KVM This module provides access to the hardware capabilities through a character device node named /dev/kvm. -config ADK_KERNEL_KVM_AMD +config ADK_LINUX_KERNEL_KVM_AMD tristate "KVM for AMD processors support" - select ADK_KERNEL_VIRTUALIZATION + select ADK_LINUX_KERNEL_VIRTUALIZATION default n help Provides support for KVM on AMD processors equipped with the AMD-V (SVM) extensions. -config ADK_KERNEL_KVM_INTEL +config ADK_LINUX_KERNEL_KVM_INTEL tristate "KVM for Intel processors support" - select ADK_KERNEL_VIRTUALIZATION + select ADK_LINUX_KERNEL_VIRTUALIZATION default n help Provides support for KVM on Intel processors equipped with the VT -- cgit v1.2.3