Config.wrappers 247 B

12345678910111213141516171819
  1. config HAL_KV
  2. bool
  3. default n
  4. config SUPPORT_TLS
  5. bool "FEATURE_SUPPORT_TLS"
  6. default y if OTA_ENABLED
  7. config HAL_CRYPTO
  8. bool
  9. default n
  10. config HAL_UDP
  11. bool
  12. default n
  13. config COAP_DTLS_SUPPORT
  14. bool
  15. default n