From: Jonas Schwöbel Date: Sun, 21 Jan 2024 16:18:03 +0000 (+0200) Subject: ARM: tegra: Enable UART-E for T20 and T30 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-logo.png?a=commitdiff_plain;h=e336a8683499f5f0363b9b3503a7f03381db1609;p=u-boot.git ARM: tegra: Enable UART-E for T20 and T30 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 Signed-off-by: Svyatoslav Ryhel --- diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 05e194de08..0461289557 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig @@ -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