mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-23 13:33:49 +01:00
17 lines
369 B
Plaintext
17 lines
369 B
Plaintext
# SPDX-FileCopyrightText: 2020 Savoir-faire Linux
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "stm32mp157c-dk2" if BOARD_STM32MP157C_DK2
|
|
|
|
config BOARD_STM32MP157C_DK2
|
|
bool
|
|
default y
|
|
select CPU_MODEL_STM32MP157CAC
|
|
|
|
# Clock configuration
|
|
select BOARD_HAS_HSE
|
|
select BOARD_HAS_LSE
|
|
|
|
source "$(RIOTBOARD)/common/stm32/Kconfig"
|