Skip to content

Commit 93bb95a

Browse files
rddunlapgregkh
authored andcommitted
serial: SH_SCI: improve "DMA support" prompt
Having a prompt of "DMA support" suddenly appear during a "make oldconfig" can be confusing. Add a little helpful text to the prompt message. Fixes: 73a19e4 ("serial: sh-sci: Add DMA support.") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20260110232643.3533351-5-rdunlap@infradead.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 2c468ed commit 93bb95a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/tty/serial/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ config SERIAL_SH_SCI_EARLYCON
671671
default ARCH_RENESAS
672672

673673
config SERIAL_SH_SCI_DMA
674-
bool "DMA support" if EXPERT
674+
bool "Support for DMA on SuperH SCI(F)" if EXPERT
675675
depends on SERIAL_SH_SCI && DMA_ENGINE
676676
default ARCH_RENESAS
677677

0 commit comments

Comments
 (0)