summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2012-03-05 11:27:04 +0800
committerAndy Green <andy.green@linaro.org>2012-03-13 11:20:33 +0800
commitdd0c3263b99ebfc4ea2c29c95312a51e6d1e5d11 (patch)
treeece78678df7afa91f6f2c6878eda64e2ee11e236
parent734cee33adb3c983cf10262a0e936a32f41a9f06 (diff)
iommu kconfig just define iommu debug once
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--drivers/iommu/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
index 6bea6962f8e..1c20f8fd424 100644
--- a/drivers/iommu/Kconfig
+++ b/drivers/iommu/Kconfig
@@ -133,13 +133,4 @@ config OMAP_IOVMM
tristate "OMAP IO Virtual Memory Manager Support"
depends on OMAP_IOMMU
-config OMAP_IOMMU_DEBUG
- tristate "Export OMAP IOMMU/IOVMM internals in DebugFS"
- depends on OMAP_IOVMM && DEBUG_FS
- help
- Select this to see extensive information about
- the internal state of OMAP IOMMU/IOVMM in debugfs.
-
- Say N unless you know you need this.
-
endif # IOMMU_SUPPORT