blob: 2b9483c16c58dbd4b06eb7278326025ee2a72776 [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 82
endif # SOC_STM32F407XX