1*4c4212e9SVincent Guittot$(call force,CFG_SCPFW_MOD_RESET_DOMAIN,y) 2*4c4212e9SVincent Guittot$(call force,CFG_SCPFW_MOD_CLOCK,y) 3*4c4212e9SVincent Guittot$(call force,CFG_SCPFW_MOD_OPTEE_CLOCK,y) 4*4c4212e9SVincent Guittot$(call force,CFG_SCPFW_MOD_OPTEE_CONSOLE,y) 5*4c4212e9SVincent Guittot$(call force,CFG_SCPFW_MOD_OPTEE_MBX,y) 6*4c4212e9SVincent Guittot$(call force,CFG_SCPFW_MOD_OPTEE_RESET,y) 7*4c4212e9SVincent Guittot$(call force,CFG_SCPFW_MOD_OPTEE_SMT,y) 8*4c4212e9SVincent Guittot$(call force,CFG_SCPFW_MOD_SCMI,y) 9*4c4212e9SVincent Guittot$(call force,CFG_SCPFW_MOD_SCMI_CLOCK,y) 10*4c4212e9SVincent Guittot$(call force,CFG_SCPFW_MOD_SCMI_RESET_DOMAIN,y) 11*4c4212e9SVincent Guittot$(call force,CFG_SCPFW_MOD_SCMI_VOLTAGE_DOMAIN,y) 12*4c4212e9SVincent Guittot$(call force,CFG_SCPFW_MOD_VOLTAGE_DOMAIN,y) 13*4c4212e9SVincent Guittot 14*4c4212e9SVincent Guittot$(call force,CFG_SCPFW_MOD_STM32_PMIC_REGU,$(CFG_STPMIC1)) 15*4c4212e9SVincent Guittot$(call force,CFG_SCPFW_MOD_STM32_PWR_REGU,y) 16*4c4212e9SVincent Guittot 17*4c4212e9SVincent Guittot$(call force,CFG_SCPFW_NOTIFICATION,n) 18*4c4212e9SVincent Guittot$(call force,CFG_SCPFW_FAST_CHANNEL,n) 19