Skip to content

Commit c40239d

Browse files
committed
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 <[email protected]>
1 parent 9a6d066 commit c40239d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/watchdog/Kconfig.sam

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
menuconfig WDT_SAM
99
bool "Atmel SAM MCU Family Watchdog (WDT) Driver"
10-
depends on SOC_FAMILY_SAM
10+
depends on SOC_SERIES_SAME70
1111
default y
1212
help
1313
Enable WDT driver for Atmel SAM MCUs.

0 commit comments

Comments
 (0)