:orphan: .. title:: TLS_CREDENTIALS .. option:: CONFIG_TLS_CREDENTIALS *TLS credentials management* Type: ``bool`` Help ==== .. code-block:: none Enable TLS credentials management subsystem. Direct dependencies =================== \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`LWM2M_DTLS_SUPPORT ` Symbols that imply this symbol ============================== - \ :option:`NET_SOCKETS_SOCKOPT_TLS ` Kconfig definition ================== At ``/net/lib/tls_credentials/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/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.)*