10 lines
354 B
Plaintext
10 lines
354 B
Plaintext
# EFM32PG12 SLSTK3402A board
|
|
|
|
# Copyright (c) 2018, Christian Taedcke
|
|
# Copyright (c) 2019 Lemonbeat GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_SLSTK3402A
|
|
select SOC_PART_NUMBER_EFM32PG12B500F1024GL125 if BOARD_SLSTK3402A_EFM32PG12B500F1024GL125
|
|
select SOC_PART_NUMBER_EFM32JG12B500F1024GL125 if BOARD_SLSTK3402A_EFM32JG12B500F1024GL125
|