zephyr/soc/arm/intel_socfpga_std/Kconfig
Esteban Valverde 11ba0802b5 soc: arm: Add Cyclone V SoC FPGA Support
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>
2022-05-10 13:29:47 -04:00

16 lines
318 B
Plaintext

# Copyright (c) 2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
# Description:
# Adding support to Cyclone V SoC FPGA
config SOC_FAMILY_INTEL_SOCFPGA_STD
bool
if SOC_FAMILY_INTEL_SOCFPGA_STD
config SOC_FAMILY
string
default "intel_socfpga_std"
source "soc/arm/intel_socfpga_std/*/Kconfig.soc"
endif