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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Mar 2023 08:39:34 +0000 (09:39 +0100)
[ Upstream commit dcca9d045c0852584ad092123c7f6e6526a633b1 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/dma/Kconfig

index 80c2c03cb0141b29075f4455f301237585c2ad9b..95344ae49e532f9abe7a8df9ec5519fe5ef9543f 100644 (file)
@@ -236,7 +236,7 @@ config FSL_RAID
 
 config HISI_DMA
        tristate "HiSilicon DMA Engine support"
-       depends on ARM64 || COMPILE_TEST
+       depends on ARCH_HISI || COMPILE_TEST
        depends on PCI_MSI
        select DMA_ENGINE
        select DMA_VIRTUAL_CHANNELS