:orphan: .. title:: CONFIG_ETH_RTT_LOG_LEVEL_ERR .. kconfig:: CONFIG_ETH_RTT_LOG_LEVEL_ERR CONFIG_ETH_RTT_LOG_LEVEL_ERR ############################ *Error* Type: ``bool`` Help ==== .. code-block:: none Only write to log when NET_ERR or LOG_ERR is used. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/subsys/net/Kconfig.template.log_config.net:21`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:57`` → ``/drivers/Kconfig:12`` → ``/drivers/net/Kconfig:101`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Device Drivers → Ethernet over RTT driver → Log level .. code-block:: kconfig config ETH_RTT_LOG_LEVEL_ERR bool "Error" depends on help Only write to log when NET_ERR or LOG_ERR is used. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*