Files
opensbi/lib/utils/mpxy/Kconfig
Ranbir Singh 0b041e58c0 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>
2026-04-06 18:23:25 +05:30

44 lines
858 B
Plaintext

# SPDX-License-Identifier: BSD-2-Clause
menu "MPXY Device Support"
config FDT_MPXY
bool "FDT based MPXY drivers"
depends on FDT
default n
config FDT_MPXY_RPMI_MBOX
bool "MPXY drivers as RPMI mailbox client"
depends on FDT_MAILBOX && FDT_MPXY
default n
if FDT_MPXY_RPMI_MBOX
config FDT_MPXY_RPMI_CLOCK
bool "MPXY driver for RPMI clock service group"
default n
config FDT_MPXY_RPMI_SYSMSI
bool "MPXY driver for RPMI system MSI service group"
default n
config FDT_MPXY_RPMI_VOLTAGE
bool "MPXY driver for RPMI voltage service group"
default n
config FDT_MPXY_RPMI_DEVICE_POWER
bool "MPXY driver for RPMI device power service group"
default n
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