Convert board to use of device tree for clocks configuration. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
22 lines
453 B
Text
22 lines
453 B
Text
# STM32H747I DISCOVERY board configuration
|
|
|
|
# Copyright (c) 2019 Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_STM32H747I_DISCO_M7 || BOARD_STM32H747I_DISCO_M4
|
|
|
|
config BOARD
|
|
default "stm32h747i_disco_m7" if BOARD_STM32H747I_DISCO_M7
|
|
default "stm32h747i_disco_m4" if BOARD_STM32H747I_DISCO_M4
|
|
|
|
config STM32H7_DUAL_CORE
|
|
default y
|
|
|
|
if NETWORKING
|
|
|
|
config NET_L2_ETHERNET
|
|
default y
|
|
|
|
endif # NETWORKING
|
|
|
|
endif # BOARD_STM32H747I_DISCO_M7
|