diff options
author | Christian Borntraeger <borntraeger@de.ibm.com> | 2008-03-25 13:47:36 -0400 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-04-27 05:00:47 -0400 |
commit | 77b455f1bcfa0fddb31b8e6f9f2adc246acb4216 (patch) | |
tree | f16f4479739b1de7752c12363efbf82034258a5b /arch/s390/Kconfig | |
parent | e28acfea5dd9dbc67c2594cbefc140129dbd0e3f (diff) |
KVM: s390: add kvm to kconfig on s390
This patch adds the virtualization submenu and the kvm option to the kernel
config. It also defines HAVE_KVM for 64bit kernels.
Acked-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Carsten Otte <cotte@de.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 513a0589e81d..9a742ce9cc92 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -73,6 +73,7 @@ config S390 | |||
73 | select HAVE_OPROFILE | 73 | select HAVE_OPROFILE |
74 | select HAVE_KPROBES | 74 | select HAVE_KPROBES |
75 | select HAVE_KRETPROBES | 75 | select HAVE_KRETPROBES |
76 | select HAVE_KVM if 64BIT | ||
76 | 77 | ||
77 | source "init/Kconfig" | 78 | source "init/Kconfig" |
78 | 79 | ||
@@ -540,3 +541,5 @@ source "security/Kconfig" | |||
540 | source "crypto/Kconfig" | 541 | source "crypto/Kconfig" |
541 | 542 | ||
542 | source "lib/Kconfig" | 543 | source "lib/Kconfig" |
544 | |||
545 | source "arch/s390/kvm/Kconfig" | ||