]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/watchdog/Kconfig
kconfig: arm: move ARCH_MX? out of choice which selects TARGETs that depend on those
[karo-tx-uboot.git] / drivers / watchdog / Kconfig
index 83bdddc28d1c0fe74d4354a28ec3f2e4af923a9d..80adf845e4ebc688806b322db4973e906ff1ab52 100644 (file)
@@ -1,7 +1,7 @@
 config HW_WATCHDOG
        bool "Generic SoC specific watchdog support"
-       depends on !SOC_MX6
+       depends on !ARCH_MX6
 
 config IMX_WATCHDOG
        bool "Freescale i.MX watchdog support"
-       depends on SOC_MX31 || SOC_MX35 || SOC_MX5 || SOC_MX6 || SOC_VF610 || SOC_LS102XA
+       depends on SOC_MX31 || SOC_MX35 || ARCH_MX5 || ARCH_MX6 || SOC_VF610 || SOC_LS102XA