diff options
| author | Rahul Pathak <[email protected]> | 2024-08-08 11:15:53 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2024-12-06 09:26:57 +0530 |
| commit | c5a8b15e398ad09e08a2be11d1f27c0fb6ba6328 (patch) | |
| tree | 82747816d1e32e32f14c02fa75cd136834b5098e /platform | |
| parent | 32577ec3a1eea116145089f9264e7f27582c396c (diff) | |
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 <[email protected]>
Co-developed-by: Anup Patel <[email protected]>
Signed-off-by: Anup Patel <[email protected]>
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/generic/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/generic/configs/defconfig b/platform/generic/configs/defconfig index 1f0880ee..e23b38b2 100644 --- a/platform/generic/configs/defconfig +++ b/platform/generic/configs/defconfig @@ -54,3 +54,4 @@ CONFIG_FDT_TIMER=y CONFIG_FDT_TIMER_MTIMER=y CONFIG_FDT_TIMER_PLMT=y CONFIG_FDT_MPXY=y +CONFIG_FDT_MPXY_RPMI_MBOX=y |
