Enable QCOM_POWER_DOMAIN & OF_LIVE_SA8775P config for qcs9100 Signed-off-by: Aswin Murugan <[email protected]> --- configs/qcom_defconfig | 1 + configs/qcs9100_defconfig | 2 ++ 2 files changed, 3 insertions(+)
diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig index b8399701da0..f7780c06454 100644 --- a/configs/qcom_defconfig +++ b/configs/qcom_defconfig @@ -123,6 +123,7 @@ CONFIG_MSM_SERIAL=y CONFIG_MSM_GENI_SERIAL=y CONFIG_SOC_QCOM=y CONFIG_QCOM_COMMAND_DB=y +CONFIG_QCOM_POWER_DOMAIN=y CONFIG_QCOM_RPMH=y CONFIG_SPMI_MSM=y CONFIG_SYSINFO=y diff --git a/configs/qcs9100_defconfig b/configs/qcs9100_defconfig index 10ff4d25398..19bc1cab0e3 100644 --- a/configs/qcs9100_defconfig +++ b/configs/qcs9100_defconfig @@ -11,6 +11,8 @@ CONFIG_DEBUG_UART_BASE=0xA8C000 CONFIG_DEBUG_UART_MSM_GENI=y CONFIG_DEBUG_UART_CLOCK=14745600 +CONFIG_OF_LIVE_SA8775P=y + # Address where U-Boot will be loaded CONFIG_TEXT_BASE=0xaf000000 CONFIG_REMAKE_ELF=y -- 2.34.1

