:orphan: .. title:: WDOG_CMSDK_APB .. option:: CONFIG_WDOG_CMSDK_APB *CMSDK APB Watchdog Driver for ARM family of MCUs* Type: ``bool`` Help ==== .. code-block:: none Enable CMSDK APB Watchdog (WDOG_CMSDK_APB) Driver for ARM family of MCUs. Direct dependencies =================== (\ :option:`WATCHDOG ` && \ :option:`BOARD_MPS2_AN385 `) || (\ :option:`WATCHDOG ` && \ :option:`BOARD_MPS2_AN521 `) || (\ :option:`WATCHDOG ` && \ :option:`BOARD_V2M_BEETLE `) || (\ :option:`SOC_FAMILY_ARM ` && \ :option:`RUNTIME_NMI ` && \ :option:`WATCHDOG `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y Kconfig definitions =================== At ``/arm/mps2_an385/Kconfig.defconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config WDOG_CMSDK_APB bool default y depends on WATCHDOG && BOARD_MPS2_AN385 ---- At ``/arm/mps2_an521/Kconfig.defconfig:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config WDOG_CMSDK_APB bool default y depends on WATCHDOG && BOARD_MPS2_AN521 ---- At ``/arm/v2m_beetle/Kconfig.defconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config WDOG_CMSDK_APB bool default y depends on WATCHDOG && BOARD_V2M_BEETLE ---- At ``/watchdog/Kconfig.cmsdk_apb:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:52`` → ``/watchdog/Kconfig:35`` Menu path: (Top) → Device Drivers → Watchdog Support .. code-block:: kconfig config WDOG_CMSDK_APB bool "CMSDK APB Watchdog Driver for ARM family of MCUs" depends on SOC_FAMILY_ARM && RUNTIME_NMI && WATCHDOG help Enable CMSDK APB Watchdog (WDOG_CMSDK_APB) Driver for ARM family of MCUs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*