CONFIG_DNS_RESOLVER¶
DNS resolver
Type: bool
Help¶
This option enables the DNS client side support for Zephyr
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Subsystem>/net/lib/dns/Kconfig:4
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:39 → <Zephyr Subsystem>/net/Kconfig:89 → <Zephyr Subsystem>/net/lib/Kconfig:8
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols
config DNS_RESOLVER
    bool "DNS resolver"
    depends on NET_NATIVE && NETWORKING
    help
      This option enables the DNS client side support for Zephyr
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)