[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191211210204.31579-3-f.fainelli@gmail.com>
Date: Wed, 11 Dec 2019 13:02:04 -0800
From: Florian Fainelli <f.fainelli@...il.com>
To: linux-watchdog@...r.kernel.org
Cc: Florian Fainelli <f.fainelli@...il.com>,
Wim Van Sebroeck <wim@...ux-watchdog.org>,
Guenter Roeck <linux@...ck-us.net>,
linux-kernel@...r.kernel.org (open list),
linux-mips@...ux-mips.org, Paul Burton <paulburton@...nel.org>,
Denis Efremov <efremov@...ux.com>
Subject: [PATCH 2/2] watchdog: Relax dependencies for CONFIG_WDT_MTX1
Now that we have dropped the inclusion of a machine specific header, we
can allow the driver to be compile tested beyond just MIPS.
Signed-off-by: Florian Fainelli <f.fainelli@...il.com>
---
drivers/watchdog/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 1679e0dc869b..982897ff074e 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -1651,7 +1651,7 @@ config JZ4740_WDT
config WDT_MTX1
tristate "MTX-1 Hardware Watchdog"
- depends on MIPS_MTX1 || (MIPS && COMPILE_TEST)
+ depends on MIPS_MTX1 || COMPILE_TEST
help
Hardware driver for the MTX-1 boards. This is a watchdog timer that
will reboot the machine after a 100 seconds timer expired.
--
2.17.1
Powered by blists - more mailing lists