1#
2# Copyright (c) 2021 Weidmueller Interface GmbH & Co. KG
3# SPDX-License-Identifier: Apache-2.0
4#
5
6config SOC_FAMILY_XILINX_ZYNQ7000
7	bool
8
9if SOC_FAMILY_XILINX_ZYNQ7000
10
11config SOC_FAMILY
12	string
13	default "xilinx_zynq7000"
14
15source "soc/arm/xilinx_zynq7000/*/Kconfig.soc"
16
17endif # SOC_FAMILY_XILINX_ZYNQ7000
18