:orphan: .. title:: TLS_CREDENTIALS .. option:: CONFIG_TLS_CREDENTIALS *TLS credentials management* Type: ``bool`` Help ==== 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 ================== .. highlight:: kconfig At ``subsys/net/lib/tls_credentials/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/net/lib/Kconfig:32`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries .. parsed-literal:: menuconfig TLS_CREDENTIALS bool "TLS credentials management" depends on \ :option:`NETWORKING ` help Enable TLS credentials management subsystem. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*