summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/Kconfig
diff options
context:
space:
mode:
authorGeert Uytterhoeven2018-07-25 15:10:29 +0200
committerJoerg Roedel2018-07-27 09:50:57 +0200
commit15021d364d17b658f489aa654d96a4c81a71f386 (patch)
treec3aefe0c3747acd59cd7566360ee8eca2ba04b5c /drivers/iommu/Kconfig
parentiommu/ipmmu-vmsa: Fix allocation in atomic context (diff)
downloadkernel-qcow2-linux-15021d364d17b658f489aa654d96a4c81a71f386.tar.gz
kernel-qcow2-linux-15021d364d17b658f489aa654d96a4c81a71f386.tar.xz
kernel-qcow2-linux-15021d364d17b658f489aa654d96a4c81a71f386.zip
iommu/ipmmu-vmsa: Clarify supported platforms
The Renesas IPMMU-VMSA driver supports not just R-Car H2 and M2 SoCs, but also other R-Car Gen2 and R-Car Gen3 SoCs. Drop a superfluous "Renesas" while at it. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/Kconfig')
-rw-r--r--drivers/iommu/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
index e055d228bfb9..e5401ac90a6f 100644
--- a/drivers/iommu/Kconfig
+++ b/drivers/iommu/Kconfig
@@ -285,8 +285,8 @@ config IPMMU_VMSA
select IOMMU_IO_PGTABLE_LPAE
select ARM_DMA_USE_IOMMU
help
- Support for the Renesas VMSA-compatible IPMMU Renesas found in the
- R-Mobile APE6 and R-Car H2/M2 SoCs.
+ Support for the Renesas VMSA-compatible IPMMU found in the R-Mobile
+ APE6, R-Car Gen2, and R-Car Gen3 SoCs.
If unsure, say N.