1if USEMODULE_LIBCOAP 2config LIBCOAP_USE_PSK 3 string "Secret to use for PSK communications" 4 default "secretPSK" 5 depends on USEMODULE_TINYDTLS 6config LIBCOAP_SERVER_SUPPORT 7 bool "Set to y if server support is required" 8 default y 9config LIBCOAP_CLIENT_SUPPORT 10 bool "Set to y if ongoing proxy support is required" 11 default n 12endif # USEMODULE_LIBCOAP 13