diff options
author | Hiroshi DOYU <Hiroshi.DOYU@nokia.com> | 2009-08-28 13:54:41 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-08-28 13:54:41 -0400 |
commit | 14e0e6796a0d460ac6f7727616161dc317bbbf3a (patch) | |
tree | 06ff0894445ad8b08aa15e479742131396e1021b /arch/arm/plat-omap/Kconfig | |
parent | 613f77696e2c489e87def86a443fb4889acb95aa (diff) |
OMAP: iommu: add initial debugfs support
This enables to peek the following data.
$ /debug/iommu/isp# ls
mem nr_tlb_entries regs
mmap pagetable tlb
$ /debug/iommu/isp# head pagetable
L: da: pa:
-----------------------------------------
2: 00001000 8ae4a002
2: 00002000 8e7bb002
2: 00003000 8ae49002
2: 00004000 8ae65002
.....
Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/Kconfig')
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index efe85d095190..ab9f9efc9b62 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig | |||
@@ -120,6 +120,10 @@ config OMAP_MBOX_FWK | |||
120 | config OMAP_IOMMU | 120 | config OMAP_IOMMU |
121 | tristate | 121 | tristate |
122 | 122 | ||
123 | config OMAP_IOMMU_DEBUG | ||
124 | depends on OMAP_IOMMU | ||
125 | tristate | ||
126 | |||
123 | choice | 127 | choice |
124 | prompt "System timer" | 128 | prompt "System timer" |
125 | default OMAP_MPU_TIMER | 129 | default OMAP_MPU_TIMER |