summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/HBconfig
blob: f219e3ec62fb5c4b7127cf1b96cebf4f468cbcde (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 n
   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