1# SPDX-License-Identifier: GPL-2.0-only 2# DMA engine configuration for hsu 3config HSU_DMA 4 tristate 5 select DMA_ENGINE 6 select DMA_VIRTUAL_CHANNELS 7 8config HSU_DMA_PCI 9 tristate 10 depends on HSU_DMA && PCI 11