:orphan: .. title:: NET_LOOPBACK .. option:: CONFIG_NET_LOOPBACK *Net loopback driver* Type: ``bool`` Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`NET_L2_DUMMY ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/net/Kconfig:133`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:22`` Menu path: (Top) → Device Drivers .. parsed-literal:: menuconfig NET_LOOPBACK bool "Net loopback driver" select \ :option:`NET_L2_DUMMY ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*