diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2009-05-12 16:44:06 -0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-06-10 04:48:55 -0400 |
commit | 58f8ac279a8c46eb0a3193edd521ed2e41c4f914 (patch) | |
tree | 8d79698be56e0b729af9ff18587aea5fb5577b9f /arch/x86/kvm/Kconfig | |
parent | 8986ecc0ef58c96eec48d8502c048f3ab67fd8e2 (diff) |
KVM: Expand on "help" info to specify kvm intel and amd module names
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Cc: Avi Kivity <avi@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/kvm/Kconfig')
-rw-r--r-- | arch/x86/kvm/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/kvm/Kconfig b/arch/x86/kvm/Kconfig index a58504ea78cc..8600a09e0c6c 100644 --- a/arch/x86/kvm/Kconfig +++ b/arch/x86/kvm/Kconfig | |||
@@ -50,6 +50,9 @@ config KVM_INTEL | |||
50 | Provides support for KVM on Intel processors equipped with the VT | 50 | Provides support for KVM on Intel processors equipped with the VT |
51 | extensions. | 51 | extensions. |
52 | 52 | ||
53 | To compile this as a module, choose M here: the module | ||
54 | will be called kvm-intel. | ||
55 | |||
53 | config KVM_AMD | 56 | config KVM_AMD |
54 | tristate "KVM for AMD processors support" | 57 | tristate "KVM for AMD processors support" |
55 | depends on KVM | 58 | depends on KVM |
@@ -57,6 +60,9 @@ config KVM_AMD | |||
57 | Provides support for KVM on AMD processors equipped with the AMD-V | 60 | Provides support for KVM on AMD processors equipped with the AMD-V |
58 | (SVM) extensions. | 61 | (SVM) extensions. |
59 | 62 | ||
63 | To compile this as a module, choose M here: the module | ||
64 | will be called kvm-amd. | ||
65 | |||
60 | config KVM_TRACE | 66 | config KVM_TRACE |
61 | bool "KVM trace support" | 67 | bool "KVM trace support" |
62 | depends on KVM && SYSFS | 68 | depends on KVM && SYSFS |