soc: arm: select SYSCON for Aspeed AST10x0 series SOC

Aspeed AST10x0 series SOC has a SYSCON hardware block at address
0x7e6e2000.  Enable this option to enable relative driver.

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
This commit is contained in:
Dylan Hung 2022-05-16 10:12:21 +08:00 committed by Carles Cufí
commit 7d9f8adbeb

View file

@ -10,6 +10,7 @@ config SOC_SERIES_AST10X0
select CPU_HAS_ARM_MPU
select CORTEX_M_SYSTICK
select SOC_FAMILY_ASPEED
select SYSCON
select CACHE
select CACHE_MANAGEMENT
help