commit | 33c26ab4d6beec44bd5f525ffba1c23bf962d4a7 | [log] [tgz] |
---|---|---|
author | Paul Cercueil <[email protected]> | Wed Oct 23 19:47:14 2019 +0200 |
committer | Wim Van Sebroeck <[email protected]> | Mon Nov 18 20:14:47 2019 +0100 |
tree | 264dc7b5b136a9718eed0a4c91101f6dfdd7fff4 | |
parent | 6d532143c915b3525a64a5d23b21c1a4a0c515b1 [diff] [blame] |
watchdog: jz4740: Drop dependency on MACH_JZ47xx Depending on MACH_JZ47xx prevent us from creating a generic kernel that works on more than one MIPS board. Instead, we just depend on MIPS being set. Signed-off-by: Paul Cercueil <[email protected]> Acked-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 50214ea..1679e0d 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig
@@ -1642,7 +1642,7 @@ config JZ4740_WDT tristate "Ingenic jz4740 SoC hardware watchdog" - depends on MACH_JZ4740 || MACH_JZ4780 + depends on MIPS depends on COMMON_CLK select WATCHDOG_CORE select MFD_SYSCON