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

serial: tegra: correct help message in Kconfig from 'ttyHS' to 'ttyTHS'

ttyTHS is consistent with the name used in driver.

Signed-off-by: Richard Zhao <rizhao@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Richard Zhao and committed by
Greg Kroah-Hartman
3bf5d350 258a9fd1

+1 -1
+1 -1
drivers/tty/serial/Kconfig
··· 277 277 select SERIAL_CORE 278 278 help 279 279 Support for the on-chip UARTs on the NVIDIA Tegra series SOCs 280 - providing /dev/ttyHS0, 1, 2, 3 and 4 (note, some machines may not 280 + providing /dev/ttyTHS0, 1, 2, 3 and 4 (note, some machines may not 281 281 provide all of these ports, depending on how the serial port 282 282 are enabled). This driver uses the APB DMA to achieve higher baudrate 283 283 and better performance.