2017-10-12 20:02:36 +08:00
|
|
|
# Kconfig - STM32F411E-DISCO board configuration
|
|
|
|
#
|
|
|
|
# Copyright (c) 2017 Fenix Engineering Solutions
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
|
|
|
if BOARD_STM32F411E_DISCO
|
|
|
|
|
|
|
|
config BOARD
|
2018-05-26 02:56:38 +08:00
|
|
|
default "stm32f411e_disco"
|
2017-10-12 20:02:36 +08:00
|
|
|
|
2017-12-29 02:11:11 +08:00
|
|
|
if UART_CONSOLE
|
|
|
|
|
2018-12-14 23:56:04 +08:00
|
|
|
config UART_2
|
2017-12-29 02:11:11 +08:00
|
|
|
default y
|
|
|
|
|
|
|
|
endif # UART_CONSOLE
|
|
|
|
|
2017-10-12 20:02:36 +08:00
|
|
|
endif # BOARD_STM32F411E_DISCO
|