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:
parent
d288452ce1
commit
91f36191be
|
@ -15,6 +15,7 @@ supported:
|
|||
- dma
|
||||
- adc
|
||||
- dac
|
||||
- netif:eth
|
||||
- pwm
|
||||
- counter
|
||||
- spi
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue