drivers: ethernet: stm32f7: Enable use of HAL V2 API

Point to the modified version of hal_stm32 which allow to use
ETH HAL V2 on stm32F7.
Update zephyr driver to allow it.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2022-12-19 15:08:08 +01:00 committed by Fabio Baltieri
commit b8917cdbf6
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ if ETH_STM32_HAL
config ETH_STM32_HAL_API_V2
bool "Use new HAL driver"
depends on SOC_SERIES_STM32H7X || SOC_SERIES_STM32F4X
depends on SOC_SERIES_STM32H7X || SOC_SERIES_STM32F4X || SOC_SERIES_STM32F7X
help
Use the new HAL driver instead of the legacy one.