menu "CoAP"

config NET_USING_COAP
    bool "Enable libCoAP: A C implementation of the CoAP(RFC 7252)"
    select NET_USING_BSD
    select BSP_USING_ONCHIP_RTC
    select PKG_USING_NTP
    select OS_USING_RTC
    default n

	help
		A C implementation of the CoAP(RFC 7252)

if NET_USING_COAP
	config NET_USING_COAP_EXAMPLE
	bool "Enable libCoAP example"
	default y

endif

endmenu 
