drivers: watchdog: cmsdk_apb: Drop dependency

The Kconfig encodes a dependency on SOC_FAMILY_ARM
even though there is no actual dependency.

This is generic ARM IP and can be used in any SoC.

Signed-off-by: Moritz Fischer <moritzf@google.com>
This commit is contained in:
Moritz Fischer 2022-06-08 09:28:48 -07:00 committed by Kumar Gala
commit 8f16b05999

View file

@ -5,7 +5,6 @@
config WDOG_CMSDK_APB
bool "CMSDK APB Watchdog Driver for ARM family of MCUs"
depends on SOC_FAMILY_ARM
depends on RUNTIME_NMI
help
Enable CMSDK APB Watchdog (WDOG_CMSDK_APB) Driver for ARM