]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: tegra: Enable UART-E for T20 and T30
authorJonas Schwöbel <jonasschwoebel@yahoo.de>
Sun, 21 Jan 2024 16:18:03 +0000 (18:18 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Mon, 22 Apr 2024 09:17:20 +0000 (12:17 +0300)
T20 and T30 have 5 UARTs, while T114+ have only 4. Fix this by
adding missing UARTE Kconfig for T20/T30.

Signed-off-by: Jonas Schwöbel <jonasschwoebel@yahoo.de>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
arch/arm/mach-tegra/Kconfig

index 05e194de0820eecb91da9f6f507bd09f43c9ae22..04612895576aea74ea1bdcbf27d25ee95d5d1d43 100644 (file)
@@ -219,6 +219,10 @@ config TEGRA_ENABLE_UARTC
 config TEGRA_ENABLE_UARTD
        bool "Use UARTD"
 
+config TEGRA_ENABLE_UARTE
+       bool "Use UARTE"
+       depends on TEGRA20 || TEGRA30
+
 endchoice
 
 config TEGRA_GPU