From: Junho Choi Date: Tue, 13 Mar 2018 01:36:44 +0000 (+0900) Subject: [COMMON] soc: samsung: Add kernel protection feature to Kconfig X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a4fc9d54932115b3d73ae37058833b8eb794f5b3;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [COMMON] soc: samsung: Add kernel protection feature to Kconfig Change-Id: If92f71b97bf3029c19a11d038a1f451e7ec1fa70 Signed-off-by: Junho Choi --- diff --git a/drivers/soc/samsung/Kconfig b/drivers/soc/samsung/Kconfig index 3ba906cf0668..6828f3c2e6f1 100644 --- a/drivers/soc/samsung/Kconfig +++ b/drivers/soc/samsung/Kconfig @@ -125,4 +125,9 @@ config EXYNOS_SECURE_LOG default y help Support Exynos Secure Log + +config EXYNOS_KERNEL_PROTECTION + bool "Exynos Kernel Code Protection" + help + Support Exynos Kernel Code Protection endif