blob: 2df9c08aef7c3f4c44e2c4623d7803eeea9fe0f7 [file] [log] [blame]
#
# Copyright (c) 2021 Weidmueller Interface GmbH & Co. KG
# SPDX-License-Identifier: Apache-2.0
#
if SOC_SERIES_XILINX_XC7ZXXX
rsource "Kconfig.defconfig.xc7z*"
config SOC_SERIES
default "xc7zxxx"
# Zephyr does not support SMP on aarch32 yet, so we default to 1 CPU core
config MP_MAX_NUM_CPUS
default 1
endif # SOC_SERIES_XILINX_XC7ZXXX