dmaengine: HISI_DMA should depend on ARCH_HISI
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 21 Nov 2022 15:23:53 +0000 (16:23 +0100)
committerVinod Koul <vkoul@kernel.org>
Wed, 28 Dec 2022 11:07:04 +0000 (16:37 +0530)
commitdcca9d045c0852584ad092123c7f6e6526a633b1
tree743eec62395ea8f52175c864b0ab87e96da58cc2
parent9735bde36487da43d3c3fc910df49639f72decbf
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>
drivers/dma/Kconfig