diff options
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index ea5eac00b327..f933a473b128 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -1,7 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0 | 1 | # SPDX-License-Identifier: GPL-2.0 |
2 | config ARCH_HAS_MEM_ENCRYPT | ||
3 | def_bool y | ||
4 | |||
5 | config MMU | 2 | config MMU |
6 | def_bool y | 3 | def_bool y |
7 | 4 | ||
@@ -68,6 +65,7 @@ config S390 | |||
68 | select ARCH_HAS_GCOV_PROFILE_ALL | 65 | select ARCH_HAS_GCOV_PROFILE_ALL |
69 | select ARCH_HAS_GIGANTIC_PAGE | 66 | select ARCH_HAS_GIGANTIC_PAGE |
70 | select ARCH_HAS_KCOV | 67 | select ARCH_HAS_KCOV |
68 | select ARCH_HAS_MEM_ENCRYPT | ||
71 | select ARCH_HAS_PTE_SPECIAL | 69 | select ARCH_HAS_PTE_SPECIAL |
72 | select ARCH_HAS_SET_MEMORY | 70 | select ARCH_HAS_SET_MEMORY |
73 | select ARCH_HAS_STRICT_KERNEL_RWX | 71 | select ARCH_HAS_STRICT_KERNEL_RWX |