diff options
author | Christian Borntraeger <borntraeger@de.ibm.com> | 2008-08-29 07:30:56 -0400 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-10-15 04:15:25 -0400 |
commit | 20766c083e6ab3c33125f07c7ffe39914c106d98 (patch) | |
tree | d147e752c73436a044530121b9973308cd49b037 /arch/s390 | |
parent | a0046b6db1c514149585e11895cd8434e0eafa79 (diff) |
KVM: s390: change help text of guest Kconfig
The current help text for CONFIG_S390_GUEST is not very helpful.
Lets add more text.
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/Kconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 4c03049e7db9..bc581d8a7cd9 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -565,13 +565,16 @@ config ZFCPDUMP | |||
565 | Refer to <file:Documentation/s390/zfcpdump.txt> for more details on this. | 565 | Refer to <file:Documentation/s390/zfcpdump.txt> for more details on this. |
566 | 566 | ||
567 | config S390_GUEST | 567 | config S390_GUEST |
568 | bool "s390 guest support (EXPERIMENTAL)" | 568 | bool "s390 guest support for KVM (EXPERIMENTAL)" |
569 | depends on 64BIT && EXPERIMENTAL | 569 | depends on 64BIT && EXPERIMENTAL |
570 | select VIRTIO | 570 | select VIRTIO |
571 | select VIRTIO_RING | 571 | select VIRTIO_RING |
572 | select VIRTIO_CONSOLE | 572 | select VIRTIO_CONSOLE |
573 | help | 573 | help |
574 | Select this option if you want to run the kernel under s390 linux | 574 | Select this option if you want to run the kernel as a guest under |
575 | the KVM hypervisor. This will add detection for KVM as well as a | ||
576 | virtio transport. If KVM is detected, the virtio console will be | ||
577 | the default console. | ||
575 | endmenu | 578 | endmenu |
576 | 579 | ||
577 | source "net/Kconfig" | 580 | source "net/Kconfig" |