:orphan: .. title:: BOARD_MUSCA_A .. option:: CONFIG_BOARD_MUSCA_A *ARM Cortex-M33 SMM on V2M-MUSCA* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_SERIES_MUSCA ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``boards/arm/v2m_musca/Kconfig.board:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:22`` Menu path: (Top) → Board Selection .. parsed-literal:: config BOARD_MUSCA_A bool "ARM Cortex-M33 SMM on V2M-MUSCA" depends on \ :option:`SOC_SERIES_MUSCA ` && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*