if USEMODULE_LIBCOAP
config LIBCOAP_USE_PSK
    string "Secret to use for PSK communications"
    default "secretPSK"
    depends on USEMODULE_TINYDTLS
config LIBCOAP_SERVER_SUPPORT
    bool "Set to y if server support is required"
    default y
config LIBCOAP_CLIENT_SUPPORT
    bool "Set to y if ongoing proxy support is required"
    default n
endif # USEMODULE_LIBCOAP
