19 lines
254 B
Plaintext
19 lines
254 B
Plaintext
|
# Kconfig - ST STM32F469XI MCU configuration options
|
||
|
#
|
||
|
# Copyright (c) 2016 Linaro Limited.
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
if SOC_STM32F469XI
|
||
|
|
||
|
config SOC
|
||
|
string
|
||
|
default stm32f469xx
|
||
|
|
||
|
config NUM_IRQS
|
||
|
int
|
||
|
default 93
|
||
|
|
||
|
endif # SOC_STM32F469XI
|