24 lines
344 B
Plaintext
24 lines
344 B
Plaintext
# Kconfig - STM32 MINI A15 board configuration
|
|
#
|
|
# Copyright (c) 2016 Open-RnD Sp. z o.o.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
if BOARD_STM32_MINI_A15
|
|
|
|
config BOARD
|
|
default "stm32_mini_a15"
|
|
|
|
config BOARD_DEPRECATED
|
|
default "1.11"
|
|
|
|
if UART_CONSOLE
|
|
|
|
config UART_STM32_PORT_1
|
|
default y
|
|
|
|
endif # UART_CONSOLE
|
|
|
|
endif # BOARD_STM32_MINI_A15
|