forked from Mirrors/opensbi
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>
This commit is contained in:
@@ -7,4 +7,13 @@ config FDT_MPXY
|
||||
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
|
||||
|
Reference in New Issue
Block a user