:orphan: .. title:: SOC_BCM58402_M7 .. option:: CONFIG_SOC_BCM58402_M7 *Broadcom BCM58402 M7* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`CPU_CORTEX_M7 ` - \ :option:`CPU_CORTEX_M_HAS_SYSTICK ` - \ :option:`CPU_HAS_ARM_MPU ` - \ :option:`CORTEX_M_SYSTICK ` Kconfig definition ================== At ``/arm/bcm_vk/viper/Kconfig.soc:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``/Kconfig:11`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/bcm_vk/Kconfig:14`` Menu path: (Top) → Hardware Configuration → Broadcom Viper SoC .. code-block:: kconfig config SOC_BCM58402_M7 bool "Broadcom BCM58402 M7" select CPU_CORTEX_M7 select CPU_CORTEX_M_HAS_SYSTICK select CPU_HAS_ARM_MPU select CORTEX_M_SYSTICK depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*