1# SPDX-License-Identifier: Apache-2.0 2# 3# Copyright (c) 2021 ASPEED Technology Inc. 4 5config SOC_SERIES_AST10X0 6 bool 7 select SOC_FAMILY_ASPEED 8 help 9 Enable support for ASPEED AST10X0 series 10 11config SOC_AST1030 12 bool 13 select SOC_SERIES_AST10X0 14 help 15 AST1030 16 17config SOC_SERIES 18 default "ast10x0" if SOC_SERIES_AST10X0 19 20config SOC 21 default "ast1030" if SOC_AST1030 22