Skip to content

Commit a28b74e

Browse files
committed
soc: microchip: sam: enable CACHE_MANAGEMENT for sama7g5 series
Enable cache manamegent for sama7g5 series. Signed-off-by: Tony Han <tony.han@microchip.com>
1 parent e3ed029 commit a28b74e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

soc/microchip/sam/sama7g5/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
1414
config MMU
1515
default y
1616

17+
config CACHE_MANAGEMENT
18+
default y
19+
1720
endif # SOC_SERIES_SAMA7G5

0 commit comments

Comments
 (0)