Kconfig 235 B

1234567891011121314
  1. # Copyright (c) 2020, Xilinx, Inc.
  2. #
  3. # SPDX-License-Identifier: GPL-2.0
  4. if ARCH_VERSAL
  5. config CMD_VERSAL
  6. bool "Enable Versal specific commands"
  7. default y
  8. depends on ZYNQMP_FIRMWARE
  9. help
  10. Enable Versal specific commands.
  11. endif