Skip to content

Commit 6acf50c

Browse files
geertuJassi Brar
authored andcommitted
mailbox: Improve RISCV_SBI_MPXY_MBOX guidance
RISC-V SBI Message Proxy (MPXY) Mailbox support defaults to enabled, but the help text states "If unsure say N". Recommend enabling this driver, as it is a very critical RISC-V driver providing mailbox channels to other drivers such as clock, system MSIs, etc. Fixes: bf3022a ("mailbox: Add RISC-V SBI message proxy (MPXY) based mailbox driver") Suggested-by: Anup Patel <anup@brainfault.org> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Anup Patel <anup@brainfault.org> Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
1 parent bc4d17e commit 6acf50c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/mailbox/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ config RISCV_SBI_MPXY_MBOX
396396
Mailbox driver implementation for RISC-V SBI Message Proxy (MPXY)
397397
extension. This mailbox driver is used to send messages to the
398398
remote processor through the SBI implementation (M-mode firmware
399-
or HS-mode hypervisor). Say Y here if you want to have this support.
400-
If unsure say N.
399+
or HS-mode hypervisor). Say Y here, unless you are sure you do not
400+
need this.
401401

402402
endif

0 commit comments

Comments
 (0)