diff options
author | Luis R. Rodriguez <[email protected]> | 2015-05-20 11:53:38 -0700 |
---|---|---|
committer | David Vrabel <[email protected]> | 2015-06-16 11:04:21 +0100 |
commit | 9bcd776d299e8adb8ed37be0453472aa3cc2b7db (patch) | |
tree | c7716d6e3621d7b4e8163fe478db4a6963e2180d | |
parent | e1d5bbcdc7ca08d8731f5d780f0de342a768d96a (diff) |
kconfig: clarify kvmconfig is for kvm
We'll be adding options for xen as well.
Cc: Josh Triplett <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Pekka Enberg <[email protected]>
Cc: David Rientjes <[email protected]>
Cc: Michal Marek <[email protected]>
Cc: Randy Dunlap <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: David Vrabel <[email protected]>
Cc: Ian Campbell <[email protected]>
Cc: Konrad Rzeszutek Wilk <[email protected]>
Cc: [email protected]
Reviewed-by: Josh Triplett <[email protected]>
Acked-by: David Rientjes <[email protected]>
Acked-by: Borislav Petkov <[email protected]>
Acked-by: Michal Marek <[email protected]>
Signed-off-by: Luis R. Rodriguez <[email protected]>
Signed-off-by: David Vrabel <[email protected]>
-rw-r--r-- | scripts/kconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index d9b1fef0c67e..6950032f06a5 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile @@ -139,7 +139,7 @@ help: @echo ' randconfig - New config with random answer to all options' @echo ' listnewconfig - List new options' @echo ' olddefconfig - Same as silentoldconfig but sets new symbols to their default value' - @echo ' kvmconfig - Enable additional options for guest kernel support' + @echo ' kvmconfig - Enable additional options for kvm guest kernel support' @echo ' tinyconfig - Configure the tiniest possible kernel' # lxdialog stuff |