Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: 73a19e4c0301 ("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>

authored by

Randy Dunlap and committed by
Greg Kroah-Hartman
93bb95a1 2c468edb

+1 -1
+1 -1
drivers/tty/serial/Kconfig
··· 671 671 default ARCH_RENESAS 672 672 673 673 config SERIAL_SH_SCI_DMA 674 - bool "DMA support" if EXPERT 674 + bool "Support for DMA on SuperH SCI(F)" if EXPERT 675 675 depends on SERIAL_SH_SCI && DMA_ENGINE 676 676 default ARCH_RENESAS 677 677