Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dmaengine: HISI_DMA should depend on ARCH_HISI

The HiSilicon DMA Engine is only present on HiSilicon SoCs. Hence add a
dependency on ARCH_HISI, to prevent asking the user about this driver
when configuring a kernel without HiSilicon SoC support.

Fixes: e9f08b65250d73ab ("dmaengine: hisilicon: Add Kunpeng DMA engine support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/363a1816d36cd3cf604d88ec90f97c75f604de64.1669044190.git.geert+renesas@glider.be
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Geert Uytterhoeven and committed by
Vinod Koul
dcca9d04 9735bde3

+1 -1
+1 -1
drivers/dma/Kconfig
··· 245 245 246 246 config HISI_DMA 247 247 tristate "HiSilicon DMA Engine support" 248 - depends on ARM64 || COMPILE_TEST 248 + depends on ARCH_HISI || COMPILE_TEST 249 249 depends on PCI_MSI 250 250 select DMA_ENGINE 251 251 select DMA_VIRTUAL_CHANNELS