zephyr/arch/arm/soc/st_stm32/stm32f1/Kconfig.defconfig.stm32f103xx

32 lines
410 B
Plaintext

# Kconfig - ST Microelectronics STM32F103XX MCU
#
# Copyright (c) 2017, embedjournal.com
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F103XB || SOC_STM32F103X8
config SOC
string
default stm32f103xb
config NUM_IRQS
int
default 59
endif # SOC_STM32F103XB || SOC_STM32F103X8
if SOC_STM32F103XE
config SOC
string
default stm32f103xe
config NUM_IRQS
int
default 68
endif # SOC_STM32F103XE