Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1587947

[PATCH 3/7] watchdog: s3c2410: Enable COMPILE_TEST

From Krzysztof Kozlowski <krzk@kernel.org>
Newsgroups linux.kernel
Subject [PATCH 3/7] watchdog: s3c2410: Enable COMPILE_TEST
Date 2017-02-24 22:20 +0100
Message-ID <tevrr-5ZH-15@gated-at.bofh.it> (permalink)
References <tevhL-5TR-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Driver can be compile tested on other architectures as well so use it to
increase build coverage.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 drivers/watchdog/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 338c5bc46f73..82d5f07b5e64 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -333,7 +333,7 @@ config HAVE_S3C2410_WATCHDOG
 
 config S3C2410_WATCHDOG
 	tristate "S3C2410 Watchdog"
-	depends on HAVE_S3C2410_WATCHDOG
+	depends on HAVE_S3C2410_WATCHDOG || COMPILE_TEST
 	select WATCHDOG_CORE
 	select MFD_SYSCON if ARCH_EXYNOS
 	help
-- 
2.9.3

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/7] watchdog: s3c2410: Use dev_dbg instead of pr_info Krzysztof Kozlowski <krzk@kernel.org> - 2017-02-24 22:20 +0100
  [PATCH 4/7] watchdog: s3c2410: Add prefix to local function Krzysztof Kozlowski <krzk@kernel.org> - 2017-02-24 22:20 +0100
    Re: [PATCH 4/7] watchdog: s3c2410: Add prefix to local function Guenter Roeck <linux@roeck-us.net> - 2017-02-24 23:00 +0100
  [PATCH 3/7] watchdog: s3c2410: Enable COMPILE_TEST Krzysztof Kozlowski <krzk@kernel.org> - 2017-02-24 22:20 +0100
    Re: [PATCH 3/7] watchdog: s3c2410: Enable COMPILE_TEST Guenter Roeck <linux@roeck-us.net> - 2017-02-24 23:00 +0100
  [PATCH 2/7] watchdog: s3c2410: Select MFD_SYSCON on all Exynos platforms Krzysztof Kozlowski <krzk@kernel.org> - 2017-02-24 22:20 +0100
    Re: [PATCH 2/7] watchdog: s3c2410: Select MFD_SYSCON on all Exynos  platforms Guenter Roeck <linux@roeck-us.net> - 2017-02-24 23:00 +0100
  Re: [PATCH 1/7] watchdog: s3c2410: Use dev_dbg instead of pr_info Guenter Roeck <linux@roeck-us.net> - 2017-02-24 23:00 +0100

csiph-web