blob: a6440b71d9df97f9a2424418c30b766fb878a8ae [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
#
# Copyright (c) 2021 ASPEED Technology Inc.
if SOC_SERIES_AST10X0
source "soc/arm/aspeed/ast10x0/Kconfig.defconfig.ast10*0"
config SOC_SERIES
default "ast10x0"
config ICACHE_LINE_SIZE
default 32
config DCACHE_LINE_SIZE
default 32
choice CACHE_TYPE
default EXTERNAL_CACHE
endchoice
endif # SOC_SERIES_AST10X0