diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-07-25 09:10:29 -0400 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2018-07-27 03:50:57 -0400 |
commit | 15021d364d17b658f489aa654d96a4c81a71f386 (patch) | |
tree | c3aefe0c3747acd59cd7566360ee8eca2ba04b5c | |
parent | 46583e8c48c5a094ba28060615b3a7c8c576690f (diff) |
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>
-rw-r--r-- | drivers/iommu/Kconfig | 4 |
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 | |||
285 | select IOMMU_IO_PGTABLE_LPAE | 285 | select IOMMU_IO_PGTABLE_LPAE |
286 | select ARM_DMA_USE_IOMMU | 286 | select ARM_DMA_USE_IOMMU |
287 | help | 287 | help |
288 | Support for the Renesas VMSA-compatible IPMMU Renesas found in the | 288 | Support for the Renesas VMSA-compatible IPMMU found in the R-Mobile |
289 | R-Mobile APE6 and R-Car H2/M2 SoCs. | 289 | APE6, R-Car Gen2, and R-Car Gen3 SoCs. |
290 | 290 | ||
291 | If unsure, say N. | 291 | If unsure, say N. |
292 | 292 | ||