mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2026-07-02 22:02:01 +01:00
262571217c
Add RPMI MPXY proxy driver for LOGGING service group so that S-mode can leverage LOGGING service group implemented by the platform microcontroller. Reviewed-by: Rahul Pathak <rahul.pathak@oss.qualcomm.com> Signed-off-by: Subrahmanya Lingappa <subrahmanya.lingappa@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260619103424.990954-1-subrahmanya.lingappa@oss.qualcomm.com Signed-off-by: Anup Patel <anup@brainfault.org>
48 lines
950 B
Plaintext
48 lines
950 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_LOGGING
|
|
bool "MPXY driver for RPMI logging 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
|