Commit 3bf5d350 authored by Richard Zhao's avatar Richard Zhao Committed by Greg Kroah-Hartman
Browse files

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



ttyTHS is consistent with the name used in driver.

Signed-off-by: default avatarRichard Zhao <rizhao@nvidia.com>
Acked-by: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 258a9fd1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -277,7 +277,7 @@ config SERIAL_TEGRA
	select SERIAL_CORE
	select SERIAL_CORE
	help
	help
	  Support for the on-chip UARTs on the NVIDIA Tegra series SOCs
	  Support for the on-chip UARTs on the NVIDIA Tegra series SOCs
	  providing /dev/ttyHS0, 1, 2, 3 and 4 (note, some machines may not
	  providing /dev/ttyTHS0, 1, 2, 3 and 4 (note, some machines may not
	  provide all of these ports, depending on how the serial port
	  provide all of these ports, depending on how the serial port
	  are enabled). This driver uses the APB DMA to achieve higher baudrate
	  are enabled). This driver uses the APB DMA to achieve higher baudrate
	  and better performance.
	  and better performance.