# SPDX-License-Identifier: GPL-2.0-only
#
# motorcomm device configuration
#

config BUF2DMA
	bool "dma acceleration cards"
	default n
	depends on DMA_ENGINE
	help
	  The dma acceleration card based on fpga can realize the
	  acceleration of some application performance, such as image
	  processing, network processing, compression/decompression, etc.

	  Say 'Y' to enable the support for buf to dma cards.
	  If unsure, say 'N'.

if BUF2DMA
config PCI_BUF2DMA_DEV
	default n
	tristate "pcie buf to dma acceleration cards support"
	depends on PCI
	help
	  This driver support pcie buf to dma acceleration cards.

	  To compile this driver as a module, choose M here: the
	  module will be called pci_buf2dma_dev.

endif # BUF2DMA
