From: Ashok Reddy Soma Date: Thu, 25 Aug 2022 12:59:06 +0000 (-0600) Subject: arm64: versal: Enable zynqmp_gqspi driver X-Git-Tag: v2023.07~312^2~20^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cac07a4d7c66d4b18acb70c27ebb9a356bf8a6f4;p=platform%2Fkernel%2Fu-boot.git arm64: versal: Enable zynqmp_gqspi driver Versal supports gqspi ip, so enable zynqmp_gqspi driver for Versal platforms. Signed-off-by: Ashok Reddy Soma Link: https://lore.kernel.org/r/20220825125906.11581-7-ashok.reddy.soma@amd.com Signed-off-by: Michal Simek --- diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig index c3fa913..6afd067 100644 --- a/configs/xilinx_versal_virt_defconfig +++ b/configs/xilinx_versal_virt_defconfig @@ -121,6 +121,7 @@ CONFIG_HAS_CQSPI_REF_CLK=y CONFIG_CQSPI_REF_CLK=200000000 CONFIG_CADENCE_OSPI_VERSAL=y CONFIG_ZYNQ_SPI=y +CONFIG_ZYNQMP_GQSPI=y CONFIG_USB=y CONFIG_DM_USB_GADGET=y CONFIG_USB_XHCI_HCD=y