Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 347815fc authored by Hiroshi DOYU's avatar Hiroshi DOYU
Browse files

omap iommu: Make CONFIG_OMAP_IOMMU_DEBUG selectable



This CONFIG_OMAP_IOMMU_DEBUG option cannot be selected because it's
not visible on menu. Make this option selectable.

Signed-off-by: default avatarHiroshi DOYU <Hiroshi.DOYU@nokia.com>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
parent 37c2836c
Loading
Loading
Loading
Loading
+7 −2
Original line number Original line Diff line number Diff line
@@ -110,8 +110,13 @@ config OMAP_IOMMU
	tristate
	tristate


config OMAP_IOMMU_DEBUG
config OMAP_IOMMU_DEBUG
	depends on OMAP_IOMMU
       tristate "Export OMAP IOMMU internals in DebugFS"
	tristate
       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
choice
	prompt "System timer"
	prompt "System timer"