From: Sam Day <[email protected]> Now that there's a PM8916 PON reboot-mode driver, it's worth enabling the reboot-mode DM uclass. Additionally the newly introduced fastboot support for setting reboot modes is enabled.
Signed-off-by: Sam Day <[email protected]> --- configs/qcom_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig index c7bc6829014..736a9424c3a 100644 --- a/configs/qcom_defconfig +++ b/configs/qcom_defconfig @@ -80,6 +80,7 @@ CONFIG_SYS_DFU_DATA_BUF_SIZE=0x200000 CONFIG_USB_FUNCTION_FASTBOOT=y CONFIG_FASTBOOT_BUF_ADDR=0x0 CONFIG_FASTBOOT_FLASH=y +CONFIG_FASTBOOT_REBOOT_MODE=y CONFIG_FASTBOOT_FLASH_MMC_DEV=0 CONFIG_FASTBOOT_MMC_USER_SUPPORT=y CONFIG_MSM_GPIO=y @@ -124,6 +125,7 @@ CONFIG_PMIC_QCOM=y CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_QCOM_RPMH=y +CONFIG_DM_REBOOT_MODE=y CONFIG_DM_RNG=y CONFIG_RNG_MSM=y CONFIG_SCSI=y -- 2.54.0

