CONFIG_TLS_CREDENTIALS

TLS credentials management

Type: bool

Help

Enable TLS credentials management subsystem.

Direct dependencies

NETWORKING

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Symbols that imply this symbol

Kconfig definition

At <Zephyr>/subsys/net/lib/tls_credentials/Kconfig:4

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34<Zephyr>/subsys/net/Kconfig:89<Zephyr>/subsys/net/lib/Kconfig:32

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries

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.)