Linux debugging

Check our new training course

Linux debugging, tracing, profiling & perf. analysis

Check our new training course
with Creative Commons CC-BY-SA
lecture and lab materials

Bootlin logo

Elixir Cross Referencer

# Kconfig - STM32F412G-DISCO board configuration
#
# SPDX-License-Identifier: Apache-2.0
#

if BOARD_STM32F412G_DISCO

config BOARD
	default "stm32f412g_disco"

if UART_CONSOLE

config UART_STM32_PORT_2
	default y

endif # UART_CONSOLE

endif # BOARD_STM32F412G_DISCO