* [PATCH] iommu: dart: depend on ARCH_APPLE rather than ARM64
@ 2023-01-08 6:53 Peter Robinson
0 siblings, 0 replies; only message in thread
From: Peter Robinson @ 2023-01-08 6:53 UTC (permalink / raw)
To: Joerg Roedel, Will Deacon, Robin Murphy, iommu, linux-arm-kernel
Cc: Peter Robinson
It's a better fit for the Apple DART driver to depend
on ARCH_APPLE than just the ARM64 architecture.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
drivers/iommu/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
index 79707685d54a..6fa22f29d884 100644
--- a/drivers/iommu/Kconfig
+++ b/drivers/iommu/Kconfig
@@ -70,7 +70,7 @@ config IOMMU_IO_PGTABLE_ARMV7S_SELFTEST
config IOMMU_IO_PGTABLE_DART
bool "Apple DART Formats"
select IOMMU_IO_PGTABLE
- depends on ARM64 || (COMPILE_TEST && !GENERIC_ATOMIC64)
+ depends on ARCH_APPLE || (COMPILE_TEST && !GENERIC_ATOMIC64)
help
Enable support for the Apple DART pagetable formats. These include
the t8020 and t6000/t8110 DART formats used in Apple M1/M2 family
--
2.39.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-01-08 6:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-08 6:53 [PATCH] iommu: dart: depend on ARCH_APPLE rather than ARM64 Peter Robinson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).