blob: ce29d35fb8ab74000b76d27645ffa4a466b21fe4 [file] [log] [blame]
# Copyright 2020 Broadcom
# SPDX-License-Identifier: Apache-2.0
choice
prompt "Broadcom Viper SoC"
depends on SOC_SERIES_VIPER
config SOC_BCM58402_M7
bool "Broadcom BCM58402 M7"
select CPU_CORTEX_M7
select CPU_CORTEX_M_HAS_CACHE
select CPU_CORTEX_M_HAS_SYSTICK
select CPU_HAS_ARM_MPU
select CORTEX_M_SYSTICK
endchoice