You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
361 B
14 lines
361 B
# |
|
# Copyright (c) 2021 Weidmueller Interface GmbH & Co. KG |
|
# SPDX-License-Identifier: Apache-2.0 |
|
# |
|
# Device data: comp. |
|
# https://www.xilinx.com/products/silicon-devices/soc/zynq-7000.html#productTable |
|
# |
|
|
|
config SOC_SERIES_XC7ZXXXS |
|
select ARM |
|
select CPU_CORTEX_A9 |
|
select SYSCON |
|
select ARM_ARCH_TIMER_ERRATUM_740657 if ARM_ARCH_TIMER |
|
select VFP_DP_D32_FMAC
|
|
|