summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/HBconfig
blob: 7f6468287bb5d647625de4524689d3806280a5fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
config NO_DMI_EREPAIR
    default y if(!MEMVPD_WRITE || !MEMVPD_READ)
    help
        Do not apply erepair information on the DMI bus during boot

config SET_NOMINAL_PSTATE
    default n
    depends on !HTMGT
    help
        Set the PState to Nominal just before starting the payload.

config START_OCC_DURING_BOOT
    default n
    help
        Activates all the OCCs during IPL

config OPENPOWER_MEM_VOLT
    default n
    help
        Enable Hostboot post-poweron memory voltage control for OpenPOWER systems

config PCA95X_8BIT
    default n
    depends on (!PCA95X_16BIT)
    help
        Set the PCA95X support to an 8 bit chip.

config PCA95X_16BIT
    default y if (!PCA95X_8BIT)
    depends on (!PCA95X_8BIT)
    help
        Set the PCA95X support to a 16 bit chip.

config PRINT_SYSTEM_INFO
    defaults n
    help
        Enables code that prints out the HWAS information for each target found during discovery
OpenPOWER on IntegriCloud