aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pasemi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/platforms/pasemi/Kconfig')
-rw-r--r--arch/powerpc/platforms/pasemi/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/pasemi/Kconfig b/arch/powerpc/platforms/pasemi/Kconfig
index 95cd90fd81c..e95261ef6f9 100644
--- a/arch/powerpc/platforms/pasemi/Kconfig
+++ b/arch/powerpc/platforms/pasemi/Kconfig
@@ -18,6 +18,16 @@ config PPC_PASEMI_IOMMU
18 help 18 help
19 IOMMU support for PA6T-1682M 19 IOMMU support for PA6T-1682M
20 20
21config PPC_PASEMI_IOMMU_DMA_FORCE
22 bool "Force DMA engine to use IOMMU"
23 depends on PPC_PASEMI_IOMMU
24 help
25 This option forces the use of the IOMMU also for the
26 DMA engine. Otherwise the kernel will use it only when
27 running under a hypervisor.
28
29 If in doubt, say "N".
30
21config PPC_PASEMI_MDIO 31config PPC_PASEMI_MDIO
22 depends on PHYLIB 32 depends on PHYLIB
23 tristate "MDIO support via GPIO" 33 tristate "MDIO support via GPIO"