Enable CCF_FULL for sm8650, this is the first platform to make use of CCF, more will be enabled as we roll it out and port more drivers.
Signed-off-by: Casey Connolly <[email protected]> --- configs/qcom_sm8650_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/qcom_sm8650_defconfig b/configs/qcom_sm8650_defconfig index e0a82c460337..c1b42f3fe60a 100644 --- a/configs/qcom_sm8650_defconfig +++ b/configs/qcom_sm8650_defconfig @@ -6,8 +6,9 @@ #include "qcom_defconfig" # Otherwise buildman thinks this isn't an ARM platform CONFIG_ARM=y +CONFIG_CLK_CCF_FULL=y # Address where U-Boot will be loaded CONFIG_TEXT_BASE=0xa7000000 CONFIG_REMAKE_ELF=y -- 2.55.0
