summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/HBconfig
blob: 2b36e6761b527c4ca531ea78991d9a608162f70f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
config NO_GARD_SUPPORT
    default n
    help
        Skip guarding when set

config RECALL_DECONFIG_ON_RECONFIG
    default n
    help
        Remember both garded and deconfigured parts on a reconfig loop.
        Normally only garded parts are remembered.

config HOST_HCDB_SUPPORT
   default y if MEMVPD_READ_FROM_HW || MVPD_READ_FROM_HW || DJVPD_READ_FROM_HW
   depends on MEMVPD_READ_FROM_HW || MVPD_READ_FROM_HW || DJVPD_READ_FROM_HW
   help
       Hostboot will detect hardware changes

config CLOCK_DECONFIGS_FATAL
    default n
    help
        Hostboot will terminate the boot on any clock error

OpenPOWER on IntegriCloud