Files
opensbi/lib/utils/mpxy/Kconfig
Rahul Pathak c5a8b15e39 lib: utils/mpxy: Add RPMI client driver for MPXY
Add a generic RPMI mailbox client driver which provides a MPXY channel.
Initially, this driver only supports RPMI clock service group but can
be extended to support multiple RPMI service groups.

Signed-off-by: Rahul Pathak <rpathak@ventanamicro.com>
Co-developed-by: Anup Patel <apatel@ventanamicro.com>
Signed-off-by: Anup Patel <apatel@ventanamicro.com>
2024-12-06 09:26:57 +05:30

20 lines
273 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
if FDT_MPXY
config FDT_MPXY_RPMI_MBOX
bool "FDT MPXY mailbox client driver"
depends on FDT_MAILBOX
default n
endif
endmenu