From d528d9ae4398f7d2e2b830c3478bab795639b6f6 Mon Sep 17 00:00:00 2001 From: Devender Kaushik Date: Thu, 27 Oct 2022 15:36:01 +0530 Subject: [PATCH] defconfig: msm: enable remote debugger driver Add remote debugger device configuration. The Remote Debugger driver allows a debugger running on a host PC to communicate with a remote stub running on peripheral subsystems. Change-Id: Ib3faed59b8f54213341aa52248e33091fffea061 Signed-off-by: Devender Kaushik --- arch/arm64/configs/vendor/pineapple_GKI.config | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/vendor/pineapple_GKI.config b/arch/arm64/configs/vendor/pineapple_GKI.config index af2fa646ef92..c74233612dc6 100644 --- a/arch/arm64/configs/vendor/pineapple_GKI.config +++ b/arch/arm64/configs/vendor/pineapple_GKI.config @@ -60,6 +60,7 @@ CONFIG_MSM_GPI_DMA=m # CONFIG_MSM_GPI_DMA_DEBUG is not set CONFIG_MSM_PERFORMANCE=m CONFIG_MSM_QMP=m +CONFIG_MSM_RDBG=m # CONFIG_NITRO_ENCLAVES is not set CONFIG_NOP_USB_XCEIV=m CONFIG_NVMEM_SPMI_SDAM=m