12 lines
230 B
Plaintext
12 lines
230 B
Plaintext
|
# Copyright (c) 2021 Intel Corporation
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if SOC_SERIES_AGILEX
|
||
|
|
||
|
config SOC_SERIES
|
||
|
default "agilex"
|
||
|
|
||
|
source "soc/arm64/intel_socfpga/agilex/Kconfig.defconfig.agilex*"
|
||
|
|
||
|
endif # SOC_SERIES_AGILEX
|