1# Copyright (c) 2022 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4choice
5prompt "Intel SoC FPGA Agilex5"
6depends on SOC_SERIES_AGILEX5
7
8config SOC_AGILEX5
9	bool "Intel SoC FPGA Agilex5"
10endchoice
11