Skip to content

Commit 33c26ab

Browse files
pcercueiWim Van Sebroeck
authored andcommitted
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]>
1 parent 6d53214 commit 33c26ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/watchdog/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1642,7 +1642,7 @@ config INDYDOG
16421642

16431643
config JZ4740_WDT
16441644
tristate "Ingenic jz4740 SoC hardware watchdog"
1645-
depends on MACH_JZ4740 || MACH_JZ4780
1645+
depends on MIPS
16461646
depends on COMMON_CLK
16471647
select WATCHDOG_CORE
16481648
select MFD_SYSCON

0 commit comments

Comments
 (0)