lib: utils: Add MPXY client driver for RPMI MM service group

Add necessary infra for implementing RPMI Management Mode
service group on platform microcontroller.

Co-authored-by: Sunil V L <sunilvl@oss.qualcomm.com>
Signed-off-by: Ranbir Singh <ranbir.singh@oss.qualcomm.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
Link: https://lore.kernel.org/r/20260225061347.1396504-1-ranbir.singh@oss.qualcomm.com
Signed-off-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
Ranbir Singh
2026-02-25 11:43:47 +05:30
committed by Anup Patel
parent 2bf0de88c8
commit 0b041e58c0
5 changed files with 161 additions and 0 deletions

View File

@@ -34,6 +34,10 @@ config FDT_MPXY_RPMI_PERFORMANCE
bool "MPXY driver for RPMI performance service group"
default n
config FDT_MPXY_RPMI_MM
bool "MPXY driver for RPMI MM service group"
default n
endif
endmenu