-
CONFIG_HTTPS
¶
HTTPS support
Type: bool
Help¶
Enables HTTPS support.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
NET_APP_TLS
ifHTTP
&&NETWORKING
Kconfig definition¶
At subsys/net/lib/http/Kconfig:39
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:93
→ subsys/net/lib/Kconfig:15
Menu path: (top menu) → Networking → Network Protocols
config HTTPS bool prompt "HTTPS support" ifHTTP
&&NETWORKING
selectNET_APP_TLS
ifHTTP
&&NETWORKING
depends onHTTP
&&NETWORKING
help Enables HTTPS support.
(Definitions include propagated dependencies, including from if’s and menus.)