:orphan: .. title:: WDOG_CMSDK_APB .. option:: CONFIG_WDOG_CMSDK_APB *CMSDK APB Watchdog Driver for ARM family of MCUs* Type: ``bool`` Help ==== 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 =================== .. highlight:: kconfig At ``boards/arm/mps2_an385/Kconfig.defconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config WDOG_CMSDK_APB bool default y depends on \ :option:`WATCHDOG ` && \ :option:`BOARD_MPS2_AN385 ` ---- At ``boards/arm/mps2_an521/Kconfig.defconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config WDOG_CMSDK_APB bool default y depends on \ :option:`WATCHDOG ` && \ :option:`BOARD_MPS2_AN521 ` ---- At ``boards/arm/v2m_beetle/Kconfig.defconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config WDOG_CMSDK_APB bool default y depends on \ :option:`WATCHDOG ` && \ :option:`BOARD_V2M_BEETLE ` ---- At ``drivers/watchdog/Kconfig.cmsdk_apb:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:52`` → ``drivers/watchdog/Kconfig:35`` Menu path: (Top) → Device Drivers → Watchdog Support .. parsed-literal:: config WDOG_CMSDK_APB bool "CMSDK APB Watchdog Driver for ARM family of MCUs" depends on \ :option:`SOC_FAMILY_ARM ` && \ :option:`RUNTIME_NMI ` && \ :option:`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.)*