zephyr/tests/drivers/build_all/ethernet/testcase.yaml
TOKITA Hiroshi e78811bcd6 tests: drivers: build_all: ethernet: Add devices build tests
Add build tests for following devices.

- microchip,ksz8081
- realtek,rtl8211f
- nxp,tja1103
- microchip,lan865x

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
2024-10-22 20:42:05 +02:00

26 lines
545 B
YAML

common:
build_only: true
tags:
- drivers
- ethernet
depends_on:
- eth
tests:
net.ethernet.build.default: {}
net.ethernet.build.spi:
extra_args: DTC_OVERLAY_FILE="spi_devices.overlay"
extra_configs:
- CONFIG_SPI=y
- CONFIG_NET_L2_ETHERNET=y
platform_allow:
- native_sim
- native_sim/native/64
net.ethernet.build.stm32_ethernet:
filter: dt_compat_enabled("st,stm32-ethernet")
extra_configs:
- CONFIG_ETH_STM32_MULTICAST_FILTER=y
platform_allow:
- stm32h573i_dk