summaryrefslogtreecommitdiffstats
path: root/src/usr/errldisplay/HBconfig
blob: 60a8786cae9e4648dc3b3233945c900975f68e01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config CONSOLE_OUTPUT_ERRORDISPLAY
    default y if CONSOLE
    depends on CONSOLE
    help
        This is used to display errlogs in a human readable form
        Error Display will only work when the Console is configured

config CONSOLE_OUTPUT_FFDCDISPLAY
    default n
    depends on CONSOLE_OUTPUT_ERRORDISPLAY
    help
        This is used to display verbose HWP error information to the
        console in a a human readable form.  Note it adds ~0.25 MB
        to the extended image size
OpenPOWER on IntegriCloud