# SPDX-License-Identifier: GPL-2.0-only

config SPI_V400
	bool "Using spi_pl022 extra added code"

config SPI_V400_TIMEOUT_LOG
	bool "for spi v400 dma logcat"
	depends on SPI_V400
	help
	  If you say yes to this option, will show spi v400 timeout log.

config SPI_V500_MASTER
	tristate "SPI_V500 controller"
	help
	  If you say yes to this option,support will be inclued for spi
	  controller on v500.

config SPI_V500_VM
	tristate "SPI_V500 controller vm"
	depends on SPI_V500_MASTER
	help
	   If you say yes to this option,support will be inclued for spi
	   controller on v500 vm.

config SPI_DMA_DIFF
    bool "Spi dma offset diff"
    depends on SPI_V500_MASTER
    default n

config HIPHYIO_SPI_MASTER
    bool "hiphy io spi master"
    depends on CONTEXTHUB_IO_DIE_HIPHYIO
    default n

config HIPHYIO_SPI_FFA_SUPPORT
	depends on HIPHYIO_SPI_MASTER && PLATDRV_SUPPORT_FFA
	bool "hiphy spi support ffa"
	default n
	help
	 spi support ffa or not.