coresight: add CoreSight core layer framework
[linux-2.6-block.git] / arch / arm / Kconfig.debug
index 03dc4c1a8736e78e5878298b9ff0c797e67f57fb..cd3890e3110e34ae9139bab1de2fdb2960a1ceec 100644 (file)
@@ -1331,4 +1331,13 @@ config DEBUG_SET_MODULE_RONX
          against certain classes of kernel exploits.
          If in doubt, say "N".
 
+menuconfig CORESIGHT
+       bool "CoreSight Tracing Support"
+       select ARM_AMBA
+       help
+         This framework provides a kernel interface for the CoreSight debug
+         and trace drivers to register themselves with. It's intended to build
+         a topological view of the CoreSight components based on a DT
+         specification and configure the right serie of components when a
+         trace source gets enabled.
 endmenu