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