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:
parent
23bcc0d107
commit
8f16b05999
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
||||||
|
|
||||||
config WDOG_CMSDK_APB
|
config WDOG_CMSDK_APB
|
||||||
bool "CMSDK APB Watchdog Driver for ARM family of MCUs"
|
bool "CMSDK APB Watchdog Driver for ARM family of MCUs"
|
||||||
depends on SOC_FAMILY_ARM
|
|
||||||
depends on RUNTIME_NMI
|
depends on RUNTIME_NMI
|
||||||
help
|
help
|
||||||
Enable CMSDK APB Watchdog (WDOG_CMSDK_APB) Driver for ARM
|
Enable CMSDK APB Watchdog (WDOG_CMSDK_APB) Driver for ARM
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue