summaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorThiago Jung Bauermann <bauerman@linux.ibm.com>2019-08-06 00:49:14 -0400
committerMichael Ellerman <mpe@ellerman.id.au>2019-08-09 08:52:06 -0400
commit0c9c1d56397518eb823d458b00b06bcccd956794 (patch)
treea10d81702ac1f25626c020cbe747ea2f72f4a973 /arch/Kconfig
parent609488bc979f99f805f34e9a32c1e3b71179d10b (diff)
x86, s390: Move ARCH_HAS_MEM_ENCRYPT definition to arch/Kconfig
powerpc is also going to use this feature, so put it in a generic location. Signed-off-by: Thiago Jung Bauermann <bauerman@linux.ibm.com> Reviewed-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20190806044919.10622-2-bauerman@linux.ibm.com
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index a7b57dd42c26..89e2e3f64f79 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -925,6 +925,9 @@ config LOCK_EVENT_COUNTS
925 the chance of application behavior change because of timing 925 the chance of application behavior change because of timing
926 differences. The counts are reported via debugfs. 926 differences. The counts are reported via debugfs.
927 927
928config ARCH_HAS_MEM_ENCRYPT
929 bool
930
928source "kernel/gcov/Kconfig" 931source "kernel/gcov/Kconfig"
929 932
930source "scripts/gcc-plugins/Kconfig" 933source "scripts/gcc-plugins/Kconfig"