:orphan: .. title:: CONFIG_BOARD_MPS2_AN385 .. kconfig:: CONFIG_BOARD_MPS2_AN385 CONFIG_BOARD_MPS2_AN385 ####################### *ARM Cortex-M3 SMM on V2M-MPS2 (Application Note AN385)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_MPS2_AN385 ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`QEMU_TARGET ` - \ :kconfig:`HAS_COVERAGE_SUPPORT ` Kconfig definition ================== At ``/arm/mps2_an385/Kconfig.board:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:29`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_MPS2_AN385 bool "ARM Cortex-M3 SMM on V2M-MPS2 (Application Note AN385)" select QEMU_TARGET select HAS_COVERAGE_SUPPORT depends on SOC_MPS2_AN385 && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*