9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
|
# Kconfig - STM32F412G-DISCO board configuration
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
config BOARD_STM32F412G_DISCO
|
||
|
bool "STM32F412G-DISCO Development Board"
|
||
|
depends on SOC_STM32F412ZG
|