11 lines
259 B
Plaintext
11 lines
259 B
Plaintext
|
# Copyright (c) 2021 Intel Corporation
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config SOC_SERIES_AGILEX
|
||
|
bool "Intel SoC FPGA Agilex Series"
|
||
|
select ARM64
|
||
|
select CPU_CORTEX_A53
|
||
|
select SOC_FAMILY_INTEL_SOCFPGA
|
||
|
help
|
||
|
Enable support for Intel SoC FPGA Series
|