fix prereq.sh on NetBSD 8.1
[openadk.git] / target / waldux / config / Config.in.kvm
blob0e1606019d10c2ce32ed86c032c5ac84180629ff
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 menu "Virtualization"
5 depends on (ADK_TARGET_ARCH_X86_64 || ADK_TARGET_ARCH_X86) && ADK_TARGET_CPU_WITH_VT
7 config ADK_WALDUX_KERNEL_VIRTUALIZATION
8         bool
9         default n
11 config ADK_WALDUX_KERNEL_KVM
12         tristate "Kernel-based Virtual Machine (KVM) support"
13         select ADK_WALDUX_KERNEL_VIRTUALIZATION
14         default n
15         help
16           Support hosting fully virtualized guest machines using hardware
17           virtualization extensions.  You will need a fairly recent
18           processor equipped with virtualization extensions. You will also
19           need to select one or more of the processor modules below.
20           This module provides access to the hardware capabilities through
21           a character device node named /dev/kvm.
23 config ADK_WALDUX_KERNEL_KVM_AMD
24         tristate "KVM for AMD processors support"
25         select ADK_WALDUX_KERNEL_VIRTUALIZATION
26         default n
27         help
28           Provides support for KVM on AMD processors equipped with the AMD-V
29           (SVM) extensions.
31 config ADK_WALDUX_KERNEL_KVM_INTEL
32         tristate "KVM for Intel processors support"
33         select ADK_WALDUX_KERNEL_VIRTUALIZATION
34         default n
35         help
36           Provides support for KVM on Intel processors equipped with the VT 
37           extensions.
39 endmenu