:orphan: .. title:: CONFIG_NET_LOOPBACK .. kconfig:: CONFIG_NET_LOOPBACK CONFIG_NET_LOOPBACK ################### *Net loopback driver* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NET_DRIVERS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`NET_L2_DUMMY ` Kconfig definition ================== At ``/net/Kconfig:143`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:24`` Menu path: (Top) → Device Drivers → Network Drivers .. code-block:: kconfig menuconfig NET_LOOPBACK bool "Net loopback driver" select NET_L2_DUMMY depends on NET_DRIVERS *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*