:orphan: .. title:: CONFIG_TLS_CREDENTIALS .. kconfig:: CONFIG_TLS_CREDENTIALS CONFIG_TLS_CREDENTIALS ###################### *TLS credentials management* Type: ``bool`` Help ==== .. code-block:: none Enable TLS credentials management subsystem. Direct dependencies =================== \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`LWM2M_DTLS_SUPPORT ` Symbols that imply this symbol ============================== - \ :kconfig:`NET_SOCKETS_SOCKOPT_TLS ` Kconfig definition ================== At ``/net/lib/tls_credentials/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:32`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries .. code-block:: kconfig menuconfig TLS_CREDENTIALS bool "TLS credentials management" depends on NETWORKING help Enable TLS credentials management subsystem. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*