| # | |
| # Copyright (c) 2021 Weidmueller Interface GmbH & Co. KG | |
| # SPDX-License-Identifier: Apache-2.0 | |
| # | |
| config SOC_FAMILY_XILINX_ZYNQ7000 | |
| bool | |
| if SOC_FAMILY_XILINX_ZYNQ7000 | |
| config SOC_FAMILY | |
| string | |
| default "xilinx_zynq7000" | |
| source "soc/arm/xilinx_zynq7000/*/Kconfig.soc" | |
| endif # SOC_FAMILY_XILINX_ZYNQ7000 |