:orphan: .. title:: CONFIG_NET_ROUTE .. kconfig:: CONFIG_NET_ROUTE CONFIG_NET_ROUTE ################ *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NET_IPV6_NBR_CACHE ` && !\ :kconfig:`NET_RAW_MODE ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`NET_IPV6_NBR_CACHE ` Kconfig definition ================== At ``/net/ip/Kconfig:291`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. code-block:: kconfig config NET_ROUTE bool default y if NET_IPV6_NBR_CACHE depends on NET_IPV6_NBR_CACHE && !NET_RAW_MODE && NETWORKING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*