From: Junyeon LEE Date: Fri, 14 Apr 2017 04:28:06 +0000 (+0900) Subject: external/Kconfig: add wakaama security configuration X-Git-Tag: 1.1_Public_Release~614^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53f2d0199dcb3ddc5689be42ed285b21e5f76d2c;p=rtos%2Ftinyara.git external/Kconfig: add wakaama security configuration This commit adds wakaama security configuration for supporting TLS and DTLS. Change-Id: I12b1fa30b2ea791c2029641f31b94ba24f08ebe7 Signed-off-by: Junyeon LEE --- diff --git a/external/Kconfig b/external/Kconfig index 3452c08..b2f0419 100644 --- a/external/Kconfig +++ b/external/Kconfig @@ -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