From c40239dcfada4e4bb8f9c63099d8897f926723c1 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Fri, 28 Apr 2017 16:14:13 -0500 Subject: [PATCH] watchdog: atmel_sam: only build for SAME70 With recent changes we now have both SAME70 and SAM3X under SOC_FAMILY_SAM so we need to limit the watchdog driver only to SAME70 as it only builds there right now. Change-Id: I4a7c90247ad22532b2384ca536cfb0cbd65186f9 Signed-off-by: Kumar Gala --- drivers/watchdog/Kconfig.sam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/Kconfig.sam b/drivers/watchdog/Kconfig.sam index df396dff7e5..537f4df7a29 100644 --- a/drivers/watchdog/Kconfig.sam +++ b/drivers/watchdog/Kconfig.sam @@ -7,7 +7,7 @@ menuconfig WDT_SAM bool "Atmel SAM MCU Family Watchdog (WDT) Driver" - depends on SOC_FAMILY_SAM + depends on SOC_SERIES_SAME70 default y help Enable WDT driver for Atmel SAM MCUs.