zephyr/boards/arm/nucleo_f756zg/Kconfig.defconfig
Erwan Gouriou 81f27c2265 boards: stm32: Use dt API for serial peripheral configuration
Replace use of Kconfig UART_X symbols by calls to DT API.
Clean driver from symbols definitions

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-04-20 15:27:56 -05:00

27 lines
354 B
Plaintext

# STM32F756ZG Nucleo board configuration
# Copyright (c) 2018 AJ Palmer
# SPDX-License-Identifier: Apache-2.0
if BOARD_NUCLEO_F756ZG
config BOARD
default "nucleo_f756zg"
if NETWORKING
config NET_L2_ETHERNET
default y
config ETH_STM32_HAL
default y
endif # NETWORKING
config PWM_STM32_1
default y
depends on PWM
endif # BOARD_NUCLEO_F756ZG