summaryrefslogtreecommitdiff
path: root/arch/arm/soc/st_stm32/stm32f1/Kconfig.defconfig.stm32f103xb
blob: 2143798876b4fefcc1b3f53f5763c562c765ec55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Kconfig - ST Microelectronics STM32F103RB MCU
#
# Copyright (c) 2016 Open-RnD Sp. z o.o.
#
# SPDX-License-Identifier: Apache-2.0
#

if SOC_STM32F103XB

config SOC
	string
	default stm32f103xb
config SRAM_SIZE
	default 20

config FLASH_SIZE
	default 128

config NUM_IRQS
	int
	default 59

endif # SOC_STM32F103XB