blob: f359ea5e037d47d21ba196e16ca2844d4e184090 [file] [log] [blame]
# Kconfig - ST STM32F407XX MCU configuration options
#
# Copyright (c) 2016 Linaro Limited.
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F407XX
config SOC
string
default stm32f407xx
config SRAM_SIZE
default 192
config FLASH_SIZE
default 1024
config NUM_IRQS
int
default 85
endif # SOC_STM32F407XX