Skip to content

NXP RT1170: Ethernet support disabled if nxp,enet1g.overlay is used #100110

@nhouze-microej

Description

@nhouze-microej

Describe the bug

After migrating from v4.2.0 to v4.3.1, the Ethernet support is disabled on our RT1170 project.

The root cause is that NET_L2_ETHERNET is not set. This only happens if we set the overlay nxp,enet1g.overlay Because in that case the DT node name changes from
CONFIG_DT_HAS_NXP_ENET_ENABLED
to
CONFIG_DT_HAS_NXP_ENET1G_ENABLED

and since this commit cc @DerekSnell we now enable NET_L2_ETHERNET based on this option.

Regression

  • This is a regression.

Steps to reproduce

No response

Relevant log output

Impact

Annoyance – Minor irritation; no significant impact on usability or functionality.

Environment

Zephyr v4.3.0
Zephyr SDK 0.17.4
BOARD=mimxrt1170_evk/mimxrt1176/cm7

Additional Context

No response

Metadata

Metadata

Labels

bugThe issue is a bug, or the PR is fixing a bugplatform: NXPNXP

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions