zephyr/soc/arm/st_stm32/stm32g0/Kconfig.defconfig.stm32g041xx
Thomas Stranger 63478aba48 soc/arm: add support for stm32g0 socs with (hw aes and) rng support
This commit introduces g041, g061, g081, and g0c1 socs in kconfig.

Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
2021-07-13 09:37:48 -04:00

14 lines
222 B
Text

# STMicroelectronics STM32G041xx MCU
# Copyright (c) 2021 Thomas Stranger
# SPDX-License-Identifier: Apache-2.0
if SOC_STM32G041XX
config SOC
default "stm32g041xx"
config NUM_IRQS
default 32
endif # SOC_STM32G041XX