external/Kconfig: add wakaama security configuration
authorJunyeon LEE <junyeon2.lee@samsung.com>
Fri, 14 Apr 2017 04:28:06 +0000 (13:28 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Tue, 18 Apr 2017 03:02:21 +0000 (12:02 +0900)
This commit adds wakaama security configuration for supporting
TLS and DTLS.

Change-Id: I12b1fa30b2ea791c2029641f31b94ba24f08ebe7
Signed-off-by: Junyeon LEE <junyeon2.lee@samsung.com>
external/Kconfig

index 3452c08..b2f0419 100644 (file)
@@ -34,6 +34,13 @@ config LWM2M_LITTLE_ENDIAN
                according to server configuration, LWM2M client should match it.
                default value is LITTLE_ENDIAN and if you do not select as LITTLE_ENDIAN,
                BIG_ENDIAN will be used instead of it
+
+config LWM2M_SECURITY
+       bool "USE_SECURITY"
+       default n
+       depends on NET_SECURITY_TLS
+       ---help---
+               This definition is for enabling COAP over TLS and DTLS.
 endif
 endif