zephyr/boards/arm/nucleo_h723zg/Kconfig.defconfig

19 lines
313 B
Plaintext
Raw Normal View History

# STM32H723ZG Nucleo board configuration
# Copyright (c) 2020 Alexander Kozhinov <AlexanderKozhinov@yandex.com>
# SPDX-License-Identifier: Apache-2.0
if BOARD_NUCLEO_H723ZG
config BOARD
default "nucleo_h723zg"
if NETWORKING
config NET_L2_ETHERNET
default y
endif # NETWORKING
endif # BOARD_NUCLEO_H723ZG