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:
parent
8115fc2e9f
commit
b8917cdbf6
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue