18 lines
280 B
Text
18 lines
280 B
Text
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
# Copyright (c) 2021 ASPEED Technology Inc.
|
||
|
|
||
|
config SOC_FAMILY_ASPEED
|
||
|
select PLATFORM_SPECIFIC_INIT
|
||
|
bool
|
||
|
|
||
|
if SOC_FAMILY_ASPEED
|
||
|
|
||
|
config SOC_FAMILY
|
||
|
string
|
||
|
default "aspeed"
|
||
|
|
||
|
source "soc/arm/aspeed/*/Kconfig.soc"
|
||
|
|
||
|
endif # SOC_FAMILY_ASPEED
|