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