public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] arm64/Kconfig: introduce GENERIC_ISA_DMA
@ 2024-10-25  1:16 huanglei814
  2024-10-28 15:05 ` Will Deacon
  0 siblings, 1 reply; 6+ messages in thread
From: huanglei814 @ 2024-10-25  1:16 UTC (permalink / raw)
  To: catalin.marinas, will; +Cc: linux-arm-kernel, linux-kernel, huanglei

From: huanglei <huanglei@kylinos.cn>

Enable GENERIC_ISA_DMA feature on arm64 platform,
thus, request_dma and free_dma interface can be export.
and driver modules can use the this interfaces on arm64
platform.

Currently, many pcie parallel port drivers still use these
interfaces when ported to arm64 platform.

Signed-off-by: huanglei <huanglei@kylinos.cn>
---
 arch/arm64/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index fd9df6dcc593..986eb251f68f 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -367,6 +367,9 @@ config GENERIC_CSUM
 config GENERIC_CALIBRATE_DELAY
 	def_bool y
 
+config GENERIC_ISA_DMA
+	def_bool y
+
 config SMP
 	def_bool y
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-10-29 21:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-25  1:16 [PATCH] arm64/Kconfig: introduce GENERIC_ISA_DMA huanglei814
2024-10-28 15:05 ` Will Deacon
2024-10-29  1:41   ` huanglei
2024-10-29  1:57     ` huanglei
2024-10-29 13:20     ` Will Deacon
2024-10-29 20:35       ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox