blob: 95497c20b0ea83d5c632f6d02331496f0ab59c67 [file] [log] [blame]
# 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
choice STM32_LPTIM_CLOCK
default STM32_LPTIM_CLOCK_LSE
depends on STM32_LPTIM_TIMER
endchoice
endif # BOARD_NUCLEO_H723ZG