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