Skip to content

Commit

Permalink
omap iommu: Make CONFIG_OMAP_IOMMU_DEBUG selectable
Browse files Browse the repository at this point in the history
This CONFIG_OMAP_IOMMU_DEBUG option cannot be selected because it's
not visible on menu. Make this option selectable.

Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
  • Loading branch information
Hiroshi DOYU authored and Hiroshi DOYU committed May 14, 2010
1 parent 37c2836 commit 347815f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions arch/arm/plat-omap/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,13 @@ config OMAP_IOMMU
tristate

config OMAP_IOMMU_DEBUG
depends on OMAP_IOMMU
tristate
tristate "Export OMAP IOMMU internals in DebugFS"
depends on OMAP_IOMMU && DEBUG_FS
help
Select this to see extensive information about
the internal state of OMAP IOMMU in debugfs.

Say N unless you know you need this.

choice
prompt "System timer"
Expand Down

0 comments on commit 347815f

Please sign in to comment.