From dffe5f726fb2ad1debf0c475e81e7b88239b8dbc Mon Sep 17 00:00:00 2001 From: Andre Guedes Date: Tue, 16 Feb 2016 21:34:51 -0200 Subject: [PATCH] samples: watchdog: Remove driver selection This patches removes 'CONFIG_WDT_DW=y' so we rely on the platform's default option for the watchdog driver. This way the watchdog sample application can be built for different platforms without changing the configuration file. Change-Id: I4fa0f8e1f34a4608d602b6a5120fa1818b94aa6a Signed-off-by: Andre Guedes --- samples/drivers/watchdog/watchdog.config | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/drivers/watchdog/watchdog.config b/samples/drivers/watchdog/watchdog.config index c4207a477cd..80e211dcedd 100644 --- a/samples/drivers/watchdog/watchdog.config +++ b/samples/drivers/watchdog/watchdog.config @@ -1,2 +1 @@ CONFIG_WATCHDOG=y -CONFIG_WDT_DW=y