Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/29680 )
Change subject: Kconfig: Unify power-after-failure options ......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/#/c/29680/3/src/soc/intel/common/block/pmc/pmcli... File src/soc/intel/common/block/pmc/pmclib.c:
https://review.coreboot.org/#/c/29680/3/src/soc/intel/common/block/pmc/pmcli... PS3, Line 590: return CONFIG_MAINBOARD_POWER_FAILURE_STATE;
`config MAINBOARD_POWER_FAILURE_STATE` is an `int` taking either 0, 1 or 2. […]
got it