Skip to content

Commit 0e42d48

Browse files
galaknashif
authored andcommitted
flash: sam: Limit flash driver to SAME70 SoCs
The SAM flash driver was developed for the SAME70 SoCs and hasn't ever been validated on the other SAM families (SAM3X, SAM4S). If we try and build on one of the other SoC families we get build errors. So limit it to just SAME70 for now. Signed-off-by: Kumar Gala <[email protected]>
1 parent afc449e commit 0e42d48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/flash/Kconfig.sam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ config SOC_FLASH_SAM
1010
default y
1111
select FLASH_HAS_PAGE_LAYOUT
1212
select FLASH_HAS_DRIVER_ENABLED
13+
depends on SOC_SERIES_SAME70
1314
help
1415
Enable the Atmel SAM series internal flash driver.
1516

0 commit comments

Comments
 (0)