Commit ccebf588 authored by Siew Chin Lim's avatar Siew Chin Lim Committed by Anas Nashif
Browse files

soc: arm64: Add Kconfig files for Intel SoC FPGA



Add Kconfig files for intel_socfpga folder.

Signed-off-by: default avatarSiew Chin Lim <elly.siew.chin.lim@intel.com>
parent f1a6cc14
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# Copyright (c) 2021 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

add_subdirectory(${SOC_SERIES})
add_subdirectory(common)

zephyr_include_directories(common)
+13 −0
Original line number Diff line number Diff line
# Copyright (c) 2021 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

config SOC_FAMILY_INTEL_SOCFPGA
	bool

if SOC_FAMILY_INTEL_SOCFPGA
config SOC_FAMILY
	string
	default "intel_socfpga"

source "soc/arm64/intel_socfpga/*/Kconfig.soc"
endif
+4 −0
Original line number Diff line number Diff line
# Copyright (c) 2021 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

source "soc/arm64/intel_socfpga/*/Kconfig.defconfig.series"
+4 −0
Original line number Diff line number Diff line
# Copyright (c) 2021 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

source "soc/arm64/intel_socfpga/*/Kconfig.series"