summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/HBconfig
blob: 638fa196749baec72c71c65c39d5cb5d8edc02e4 (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
38
39
40
41
42
43
44
45
46
47
48
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 y
    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
    default n
    help
        Enables code that prints out the HWAS information for each target found during discovery

config DYNAMIC_BIFURCATION
    default n
    help
        Enables code that detect PEC bifurcated config.

config SENSOR_BASED_BIFURCATION
    default n
    depends on (DYNAMIC_BIFURCATION)
    help
        Sensor based detection dynamic bifurcation function enable
OpenPOWER on IntegriCloud