mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01:00
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: bf3022a4eb ("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>
This commit is contained in:
parent
bc4d17e495
commit
6acf50c7f0
1 changed files with 2 additions and 2 deletions
|
|
@ -396,7 +396,7 @@ config RISCV_SBI_MPXY_MBOX
|
|||
Mailbox driver implementation for RISC-V SBI Message Proxy (MPXY)
|
||||
extension. This mailbox driver is used to send messages to the
|
||||
remote processor through the SBI implementation (M-mode firmware
|
||||
or HS-mode hypervisor). Say Y here if you want to have this support.
|
||||
If unsure say N.
|
||||
or HS-mode hypervisor). Say Y here, unless you are sure you do not
|
||||
need this.
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue