Skip to content

Commit

Permalink
watchdog: atmel_sam: only build for SAME70
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
galak committed Apr 28, 2017
1 parent 9a6d066 commit c40239d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/watchdog/Kconfig.sam
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c40239d

Please sign in to comment.