Hi.
Is it possible to define multiple defaults for a value in Kconfig? This is the specific case:
config GCOAP_PORT
int "Server port"
default 5683
help
Server port, the default is the one specified in RFC 7252.
If in a submenu DTLS is set to active the default port for CoAP should be, specified in RFC 7252, 5684. Is it possible to define multiple defaults here depending on variables?
In the long run, a split between coap-port and coaps-port would make sense anyway, but for now it would not be necessary.
Thanks!