zephyr/boards/st/nucleo_f207zg/Kconfig.defconfig

16 lines
236 B
Plaintext

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