blob: d1b2f3f9a64d3f6545662becc671c42a2b0e0504 [file] [log] [blame]
# Kconfig - ST Microelectronics STM32F091XC MCU
#
# Copyright (c) 2017 b0661n0e17e@gmail.com
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F091XC
config SOC
string
default stm32f091xc
config FLASH_PAGE_SIZE
hex
default 0x800
config NUM_IRQS
int
default 32
endif # SOC_STM32F091XC