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
9config SOC_FAMILY
10	default "xilinx_zynq7000" if SOC_FAMILY_XILINX_ZYNQ7000
11
12rsource "*/Kconfig.soc"
13