Michal Simek | 2e53eb2 | 2022-09-19 14:21:02 +0200 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | # |
| 3 | # Copyright (C) 2020 - 2022, Xilinx, Inc. |
| 4 | # Copyright (C) 2022, Advanced Micro Devices, Inc. |
| 5 | # |
| 6 | |
| 7 | if ARCH_VERSAL_NET |
| 8 | |
Algapally Santosh Sagar | 8178139 | 2023-05-22 15:21:08 +0200 | [diff] [blame] | 9 | config CMD_VERSAL_NET |
| 10 | bool "Enable Versal NET specific commands" |
| 11 | default y |
| 12 | depends on ZYNQMP_FIRMWARE |
| 13 | help |
| 14 | Select this to enable Versal NET specific commands. |
| 15 | Commands like versalnet loadpdi are enabled by this. |
| 16 | |
Michal Simek | 2e53eb2 | 2022-09-19 14:21:02 +0200 | [diff] [blame] | 17 | endif |