projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1bb07d
)
[COMMON] soc: samsung: Add kernel protection feature to Kconfig
author
Junho Choi
<junhosj.choi@samsung.com>
Tue, 13 Mar 2018 01:36:44 +0000
(10:36 +0900)
committer
Junho Choi
<junhosj.choi@samsung.com>
Wed, 23 May 2018 23:53:41 +0000
(08:53 +0900)
Change-Id: If92f71b97bf3029c19a11d038a1f451e7ec1fa70
Signed-off-by: Junho Choi <junhosj.choi@samsung.com>
drivers/soc/samsung/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/soc/samsung/Kconfig
b/drivers/soc/samsung/Kconfig
index 3ba906cf066839739677a3d0af633d0fbe1028bc..6828f3c2e6f1e9e950fadb2f12a3e3184c7defe2 100644
(file)
--- 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