:orphan: .. title:: CONFIG_ETH_RTT .. kconfig:: CONFIG_ETH_RTT CONFIG_ETH_RTT ############## *Ethernet over RTT driver* Type: ``bool`` Help ==== .. code-block:: none This option enables network interface driver that sends and receives ethernet frames over RTT channel. The driver is intended primary for debugging and testing. Direct dependencies =================== \ :kconfig:`HAS_SEGGER_RTT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`USE_SEGGER_RTT ` - \ :kconfig:`NET_L2_ETHERNET ` Kconfig definition ================== At ``/drivers/net/Kconfig:11`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:57`` → ``/drivers/Kconfig:12`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Device Drivers .. code-block:: kconfig menuconfig ETH_RTT bool "Ethernet over RTT driver" select USE_SEGGER_RTT select NET_L2_ETHERNET depends on HAS_SEGGER_RTT help This option enables network interface driver that sends and receives ethernet frames over RTT channel. The driver is intended primary for debugging and testing. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*