Add reusable config fragment for exiting Gunyah hypervisor and switching to EL2 on Dragonwing family platforms.
Signed-off-by: Aswin Murugan <[email protected]> --- board/qualcomm/exit-gunyah.config | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 board/qualcomm/exit-gunyah.config diff --git a/board/qualcomm/exit-gunyah.config b/board/qualcomm/exit-gunyah.config new file mode 100644 index 00000000000..b9b99184960 --- /dev/null +++ b/board/qualcomm/exit-gunyah.config @@ -0,0 +1,4 @@ +# Exit Gunyah hypervisor and switch to +# EL2 for Dragonwing platforms +CONFIG_ENABLE_ARM_SOC_BOOT0_HOOK=y +CONFIG_QCOM_EL2_GUNYAH_EXIT_SUPPORT=y -- 2.34.1

