1# Copyright (c) 2022 Intel Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4if SOC_SERIES_AGILEX5 5 6config SOC_SERIES 7 default "agilex5" 8 9source "soc/arm64/intel_socfpga/agilex5/Kconfig.defconfig.agilex5*" 10 11endif # SOC_SERIES_AGILEX5 12