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

# OLIMEX-STM32-P405 board configuration

# Copyright (c) 2017, Erwin Rol <erwin@erwinrol.com>
# SPDX-License-Identifier: Apache-2.0

if BOARD_OLIMEX_STM32_P405

config BOARD
	default "olimex_stm32_p405"

config UART_2
	default y
	depends on UART_CONSOLE

config CAN_1
	default y
	depends on CAN

endif # BOARD_OLIMEX_STM32_P405