Skip to content

Commit

Permalink
KVM: Expand on "help" info to specify kvm intel and amd module names
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert P. J. Day authored and Avi Kivity committed Jun 10, 2009
1 parent 8986ecc commit 58f8ac2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/x86/kvm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,19 @@ config KVM_INTEL
Provides support for KVM on Intel processors equipped with the VT
extensions.

To compile this as a module, choose M here: the module
will be called kvm-intel.

config KVM_AMD
tristate "KVM for AMD processors support"
depends on KVM
---help---
Provides support for KVM on AMD processors equipped with the AMD-V
(SVM) extensions.

To compile this as a module, choose M here: the module
will be called kvm-amd.

config KVM_TRACE
bool "KVM trace support"
depends on KVM && SYSFS
Expand Down

0 comments on commit 58f8ac2

Please sign in to comment.