19 lines
264 B
Text
19 lines
264 B
Text
|
# Kconfig - ST STM32F412ZG MCU configuration options
|
||
|
#
|
||
|
# Copyright (c) 2017 Florian Vaussard, HEIG-VD
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
if SOC_STM32F412ZG
|
||
|
|
||
|
config SOC
|
||
|
string
|
||
|
default stm32f412zx
|
||
|
|
||
|
config NUM_IRQS
|
||
|
int
|
||
|
default 97
|
||
|
|
||
|
endif # SOC_STM32F412ZG
|