forked from Mirrors/opensbi
lib: utils/mailbox: Add simple FDT based mailbox framework
Add a simple FDT based mailbox framework which is built on top of the generic mailbox library. The phandle of FDT mailbox DT node is treated as the unique mailbox controller ID which is required by the generic mailbox library. The FDT based mailbox drivers will be probed on-demand from fdt_mailbox_request_chan() called by the mailbox client drivers. Signed-off-by: Anup Patel <apatel@ventanamicro.com>
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
|
||||
menu "Mailbox Support"
|
||||
|
||||
config FDT_MAILBOX
|
||||
bool "FDT based mailbox drivers"
|
||||
depends on FDT
|
||||
select MAILBOX
|
||||
default n
|
||||
|
||||
config MAILBOX
|
||||
bool "Mailbox support"
|
||||
default n
|
||||
|
Reference in New Issue
Block a user