[COMMON] soc: samsung: Add EXYNOS_SDM to Kconfig
authorKeunyoung Park <keun0.park@samsung.com>
Thu, 5 Apr 2018 02:12:15 +0000 (11:12 +0900)
committerJunho Choi <junhosj.choi@samsung.com>
Thu, 24 May 2018 00:02:16 +0000 (09:02 +0900)
Change-Id: I15843f08b30b342e2b7d81951484449d0b78c7f6
Signed-off-by: Keunyoung Park <keun0.park@samsung.com>
drivers/soc/samsung/Kconfig

index cee8c06a4cbe78f299c9c8ac4254fd3a16752940..99dd81c8dfc349d12093f03dcadb2b297d4c1b9f 100644 (file)
@@ -136,4 +136,12 @@ config EXYNOS_KERNEL_PROTECTION
        bool "Exynos Kernel Code Protection"
        help
          Support Exynos Kernel Code Protection
+
+config EXYNOS_SDM
+       bool "Exynos Security Dump Manager Support"
+       depends on DEBUG_SNAPSHOT
+       default y
+       help
+         Exynos Security Dump Manager
+
 endif