diff options
| author | Subrahmanya Lingappa <subrahmanya.lingappa@oss.qualcomm.com> | 2026-06-19 16:04:24 +0530 |
|---|---|---|
| committer | Anup Patel <anup@brainfault.org> | 2026-07-01 21:30:24 +0530 |
| commit | 262571217c75c649115633d8075cb6a40d940733 (patch) | |
| tree | dd71253fd64f277c4f08aa2027337633678cdc90 /lib/utils/mpxy/Kconfig | |
| parent | cbf9f6734dd85a982c63e3cb5db7ffe09da839ca (diff) | |
| download | opensbi-262571217c75c649115633d8075cb6a40d940733.tar.gz opensbi-262571217c75c649115633d8075cb6a40d940733.zip | |
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>
Diffstat (limited to 'lib/utils/mpxy/Kconfig')
| -rw-r--r-- | lib/utils/mpxy/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/utils/mpxy/Kconfig b/lib/utils/mpxy/Kconfig index 1a38b792..a3ed1c22 100644 --- a/lib/utils/mpxy/Kconfig +++ b/lib/utils/mpxy/Kconfig @@ -18,6 +18,10 @@ 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 |
