zephyr/boards/arm/nucleo_f207zg/Kconfig.defconfig
Erwan Gouriou c062cd260a drivers/ethernet: stm32: Enable Kconfig symbol ETH_STM32_HAL using dts
It should not be needed to configure ETH_STM32_HAL from boards.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-07-24 12:03:33 +02:00

19 lines
275 B
Plaintext

# NUCLEO-144 F207ZG board configuration
# Copyright (c) 2018 qianfan Zhao
# SPDX-License-Identifier: Apache-2.0
if BOARD_NUCLEO_F207ZG
config BOARD
default "nucleo_f207zg"
if NETWORKING
config NET_L2_ETHERNET
default y
endif # NETWORKING
endif # BOARD_NUCLEO_F207ZG