18 lines
309 B
Plaintext
18 lines
309 B
Plaintext
|
#
|
||
|
# 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
|