From: Hiroshi DOYU <Hiroshi.DOYU@xxxxxxxxx> This CONFIG_OMAP_IOMMU_DEBUG option cannot be selected because it's not visible on menu. Put this option in "Kernel hacking" menu to make this selectable. Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@xxxxxxxxx> --- arch/arm/Kconfig.debug | 8 ++++++++ arch/arm/plat-omap/Kconfig | 4 ---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 91344af..43034c2 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -128,4 +128,12 @@ config DEBUG_S3C_UART The uncompressor code port configuration is now handled by CONFIG_S3C_LOWLEVEL_UART_PORT. +config OMAP_IOMMU_DEBUG + 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. endmenu diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index 6da796e..28069ba 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig @@ -109,10 +109,6 @@ config OMAP_MBOX_FWK config OMAP_IOMMU tristate -config OMAP_IOMMU_DEBUG - depends on OMAP_IOMMU - tristate - choice prompt "System timer" default OMAP_MPU_TIMER -- 1.7.1.rc1 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html