ARM: OMAP2: Clockdomain: Add base OMAP2/3 clockdomain code
[sfrench/cifs-2.6.git] / arch / arm / plat-omap / Kconfig
index e815fa35f7f4d287237d02865c5e4babb9447c6b..ef62bf21e17923b556ca66e5053b630071dfe20c 100644 (file)
@@ -41,6 +41,18 @@ config OMAP_DEBUG_POWERDOMAIN
          for every powerdomain register write.  However, the
          extra detail costs some memory.
 
+config OMAP_DEBUG_CLOCKDOMAIN
+       bool "Emit debug messages from clockdomain layer"
+       depends on ARCH_OMAP2 || ARCH_OMAP3
+       default n
+       help
+         Say Y here if you want to compile in clockdomain layer
+         debugging messages for OMAP2/3.   These messages can
+         provide more detail as to why some clockdomain calls
+         may be failing, and will also emit a descriptive message
+         for every clockdomain register write.  However, the
+         extra detail costs some memory.
+
 config OMAP_RESET_CLOCKS
        bool "Reset unused clocks during boot"
        depends on ARCH_OMAP