diff options
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" | ||