:orphan: .. title:: CONFIG_NET_ETHERNET_BRIDGE_SHELL .. kconfig:: CONFIG_NET_ETHERNET_BRIDGE_SHELL CONFIG_NET_ETHERNET_BRIDGE_SHELL ################################ *Ethernet Bridging management shell* Type: ``bool`` Help ==== .. code-block:: none Enables shell utility to manage bridge configuration interactively. Direct dependencies =================== \ :kconfig:`NET_ETHERNET_BRIDGE ` && \ :kconfig:`NET_L2_ETHERNET ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`SHELL ` Kconfig definition ================== At ``/net/l2/ethernet/Kconfig:94`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:85`` → ``/net/l2/Kconfig:71`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → Enable Ethernet support → Ethernet Bridging support .. code-block:: kconfig config NET_ETHERNET_BRIDGE_SHELL bool "Ethernet Bridging management shell" select SHELL depends on NET_ETHERNET_BRIDGE && NET_L2_ETHERNET && NETWORKING help Enables shell utility to manage bridge configuration interactively. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*