Skip to content

Commit

Permalink
watchdog: jz4740: Drop dependency on MACH_JZ47xx
Browse files Browse the repository at this point in the history
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 <paul@crapouillou.net>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20191023174714.14362-3-paul@crapouillou.net
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
  • Loading branch information
Paul Cercueil authored and Wim Van Sebroeck committed Nov 18, 2019
1 parent 6d53214 commit 33c26ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/watchdog/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@ config INDYDOG

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
Expand Down

0 comments on commit 33c26ab

Please sign in to comment.