config ROCKCHIP_SPI
bool "Rockchip SPI driver"
+ depends on ARCH_ROCKCHIP
help
Enable the Rockchip SPI driver, used to access SPI NOR flash and
other SPI peripherals (such as the Chrome OS EC) on Rockchip SoCs.
config SPI_ASPEED_SMC
bool "ASPEED SPI flash controller driver"
- depends on DM_SPI && SPI_MEM
+ depends on DM_SPI && SPI_MEM && ARCH_ASPEED
help
Enable ASPEED SPI flash controller driver for AST2500
and AST2600 SoCs.
config ZYNQ_QSPI
bool "Zynq QSPI driver"
+ depends on ARCH_VERSAL || ARCH_VERSAL_NET || ARCH_VERSAL2 || ARCH_ZYNQ || ARCH_ZYNQMP
imply SPI_FLASH_BAR
help
Enable the Zynq Quad-SPI (QSPI) driver. This driver can be
config ZYNQMP_GQSPI
bool "Configure ZynqMP Generic QSPI"
+ depends on ARCH_VERSAL || ARCH_VERSAL_NET || ARCH_VERSAL2 || ARCH_ZYNQ || ARCH_ZYNQMP
help
This option is used to enable ZynqMP QSPI controller driver which
is used to communicate with qspi flash devices.