summaryrefslogtreecommitdiffstats
path: root/src/usr/trace/HBconfig
blob: 6aacf8ddb2a8f427030ce7e10ac3dc1f1005e2c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config CONSOLE_OUTPUT_TRACE
    default n
    depends on CONSOLE
    help
        Enables output of trace to console.

config CONSOLE_OUTPUT_TRACE_COMP_NAME
    default n
    depends on CONSOLE_OUTPUT_TRACE
    help
        Limits console output trace to a specific component by name.
        User needs to add to the config file:
        set CONSOLE_OUTPUT_TRACE_COMP_NAME "<component_string_name>"
OpenPOWER on IntegriCloud