summaryrefslogtreecommitdiff
path: root/arch/arm/soc/st_stm32/stm32l4/Kconfig.defconfig.series
blob: e76c396492b3aba8c040a20ce4095927620a5504 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Kconfig - ST Microelectronics STM32L4 MCU line
#
# Copyright (c) 2016 Open-RnD Sp. z o.o.
# Copyright (c) 2016 BayLibre, SAS
#
# SPDX-License-Identifier: Apache-2.0
#

if SOC_SERIES_STM32L4X

source "arch/arm/soc/st_stm32/stm32l4/Kconfig.defconfig.stm32l4*"

config SOC_SERIES
	default stm32l4

config NUM_IRQ_PRIO_BITS
	int
	default 4

endif # SOC_SERIES_STM32L4X