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