diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-05-22 00:20:55 -0400 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2014-05-26 05:51:54 -0400 |
commit | 5455d700e35c914c47cc56e77ef0fb74946aa4b5 (patch) | |
tree | ce48e0512f655fba7cabebb8c57e88ce5b3e5c4b /drivers/iommu | |
parent | b28165dae0157869d4a701a6d513d768252938f2 (diff) |
iommu/exynos: Fix trivial typo
Fix typo and add missing punctuation.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu')
-rw-r--r-- | drivers/iommu/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index b067a62263d1..422807ff0999 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig | |||
@@ -181,10 +181,10 @@ config EXYNOS_IOMMU | |||
181 | depends on ARCH_EXYNOS | 181 | depends on ARCH_EXYNOS |
182 | select IOMMU_API | 182 | select IOMMU_API |
183 | help | 183 | help |
184 | Support for the IOMMU(System MMU) of Samsung Exynos application | 184 | Support for the IOMMU (System MMU) of Samsung Exynos application |
185 | processor family. This enables H/W multimedia accellerators to see | 185 | processor family. This enables H/W multimedia accelerators to see |
186 | non-linear physical memory chunks as a linear memory in their | 186 | non-linear physical memory chunks as linear memory in their |
187 | address spaces | 187 | address space. |
188 | 188 | ||
189 | If unsure, say N here. | 189 | If unsure, say N here. |
190 | 190 | ||
@@ -193,9 +193,9 @@ config EXYNOS_IOMMU_DEBUG | |||
193 | depends on EXYNOS_IOMMU | 193 | depends on EXYNOS_IOMMU |
194 | help | 194 | help |
195 | Select this to see the detailed log message that shows what | 195 | Select this to see the detailed log message that shows what |
196 | happens in the IOMMU driver | 196 | happens in the IOMMU driver. |
197 | 197 | ||
198 | Say N unless you need kernel log message for IOMMU debugging | 198 | Say N unless you need kernel log message for IOMMU debugging. |
199 | 199 | ||
200 | config SHMOBILE_IPMMU | 200 | config SHMOBILE_IPMMU |
201 | bool | 201 | bool |