1# STMicroelectronics STM32W0 MCU series
2
3# Copyright (c) 2024 STMicroelectronics
4# SPDX-License-Identifier: Apache-2.0
5
6config SOC_SERIES_STM32WB0X
7	select ARM
8	select CPU_CORTEX_M0PLUS
9	select CPU_CORTEX_M_HAS_VTOR
10	select CPU_CORTEX_M_HAS_SYSTICK
11	select CPU_HAS_ARM_MPU
12	select HAS_STM32CUBE
13	# WB0x has a ROM bootloader executed at reset,
14	# which makes the following option required
15	select INIT_ARCH_HW_AT_BOOT
16