1common:
2  build_only: true
3  tags:
4    - drivers
5    - ethernet
6  depends_on:
7    - eth
8tests:
9  net.ethernet.build.default: {}
10
11  net.ethernet.build.spi:
12    extra_args: DTC_OVERLAY_FILE="spi_devices.overlay"
13    extra_configs:
14      - CONFIG_SPI=y
15      - CONFIG_NET_L2_ETHERNET=y
16    platform_allow:
17      - native_sim
18      - native_sim/native/64
19
20  net.ethernet.build.stm32_ethernet:
21    filter: dt_compat_enabled("st,stm32-ethernet")
22    extra_configs:
23      - CONFIG_ETH_STM32_MULTICAST_FILTER=y
24    platform_allow:
25      - stm32h573i_dk
26