coresight: syscfg: Example CoreSight configuration loadable module
[linux-2.6-block.git] / samples / Kconfig
index bec3528aa2de1369619940999d300b1b9c1849d2..fe8b56d576cea8ac0717cafe117b7d3f666f67fb 100644 (file)
@@ -232,6 +232,15 @@ config SAMPLE_WATCH_QUEUE
          Build example userspace program to use the new mount_notify(),
          sb_notify() syscalls and the KEYCTL_WATCH_KEY keyctl() function.
 
+config SAMPLE_CORESIGHT_SYSCFG
+       tristate "Build example loadable module for CoreSight config"
+       depends on CORESIGHT && m
+       help
+         Build an example loadable module that adds new CoreSight features
+         and configuration using the CoreSight system configuration API.
+         This demonstrates how a user may create their own CoreSight
+         configurations and easily load them into the system at runtime.
+
 endif # SAMPLES
 
 config HAVE_SAMPLE_FTRACE_DIRECT