mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 23:32:29 +00:00
soc: arm: privilege: add Cyclone V SoC FPGA suppport Add support for the Intel Cyclone V SoC FPGA (arm Cortex-A9). Signed-off-by: Esteban Valverde <esteban.valverde.vega@intel.com>
7 lines
185 B
Plaintext
7 lines
185 B
Plaintext
# Copyright (c) 2021 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
# Description:
|
|
# Adding support for Cyclone V SoC FPGA
|
|
|
|
source "soc/arm/intel_socfpga_std/*/Kconfig.series"
|