1# SPDX-License-Identifier: Apache-2.0 2# 3# Copyright (c) 2021 ASPEED Technology Inc. 4 5if SOC_SERIES_AST10X0 6 7source "soc/arm/aspeed/ast10x0/Kconfig.defconfig.ast10*0" 8 9config SOC_SERIES 10 default "ast10x0" 11 12config ICACHE_LINE_SIZE 13 default 32 14 15config DCACHE_LINE_SIZE 16 default 32 17 18choice CACHE_TYPE 19 default EXTERNAL_CACHE 20endchoice 21 22endif # SOC_SERIES_AST10X0 23