[PATCH 11/11] qcom_defconfig: enable reboot modes
Sam Day via B4 Relay
devnull+me.samcday.com at kernel.org
Sat Jun 6 10:47:42 CEST 2026
From: Sam Day <me at samcday.com>
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 <me at samcday.com>
---
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
More information about the U-Boot
mailing list