]> Git Repo - linux.git/commitdiff
spi: spi-zynq-qspi: add spi-mem to driver kconfig dependencies
authorAmit Kumar Mahapatra <[email protected]>
Fri, 3 Nov 2023 18:43:51 +0000 (00:13 +0530)
committerMark Brown <[email protected]>
Mon, 6 Nov 2023 10:59:15 +0000 (10:59 +0000)
Zynq QSPI driver has been converted to use spi-mem framework so
add spi-mem to driver kconfig dependencies.

Fixes: 67dca5e580f1 ("spi: spi-mem: Add support for Zynq QSPI controller")
Signed-off-by: Amit Kumar Mahapatra <[email protected]>
Signed-off-by: Radhey Shyam Pandey <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
drivers/spi/Kconfig

index d4ac184bce950d3b66a6e0f44abce9d48d187075..e128f38bd11fb18dfda0a7da8a9278865a51065a 100644 (file)
@@ -1158,6 +1158,7 @@ config SPI_XTENSA_XTFPGA
 config SPI_ZYNQ_QSPI
        tristate "Xilinx Zynq QSPI controller"
        depends on ARCH_ZYNQ || COMPILE_TEST
+       depends on SPI_MEM
        help
          This enables support for the Zynq Quad SPI controller
          in master mode.
This page took 0.080267 seconds and 4 git commands to generate.