boards: st: stm32h573i_dk: Add netif:eth support

Add build_only for the st,stm32-ethernet driver to the build_all
ethernet tests and add an entry for ethernet support to make sure
ethernet driver is built.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
Pieter De Gendt 2024-03-04 16:16:13 +01:00 committed by Henrik Brix Andersen
parent d288452ce1
commit 91f36191be
2 changed files with 8 additions and 0 deletions

View file

@ -15,6 +15,7 @@ supported:
- dma
- adc
- dac
- netif:eth
- pwm
- counter
- spi

View file

@ -15,3 +15,10 @@ tests:
platform_allow:
- native_sim
- native_sim_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