Skip to content

Commit c2ded28

Browse files
Amit Kumar Mahapatrabroonie
authored andcommitted
spi: spi-zynq-qspi: add spi-mem to driver kconfig dependencies
Zynq QSPI driver has been converted to use spi-mem framework so add spi-mem to driver kconfig dependencies. Fixes: 67dca5e ("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]>
1 parent 75223bb commit c2ded28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/spi/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,6 +1158,7 @@ config SPI_XTENSA_XTFPGA
11581158
config SPI_ZYNQ_QSPI
11591159
tristate "Xilinx Zynq QSPI controller"
11601160
depends on ARCH_ZYNQ || COMPILE_TEST
1161+
depends on SPI_MEM
11611162
help
11621163
This enables support for the Zynq Quad SPI controller
11631164
in master mode.

0 commit comments

Comments
 (0)