aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r--arch/s390/Kconfig3
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
77source "init/Kconfig" 78source "init/Kconfig"
78 79
@@ -540,3 +541,5 @@ source "security/Kconfig"
540source "crypto/Kconfig" 541source "crypto/Kconfig"
541 542
542source "lib/Kconfig" 543source "lib/Kconfig"
544
545source "arch/s390/kvm/Kconfig"