Skip to content

Commit dcb8225

Browse files
Francesco Lavragregkh
authored andcommitted
serial: tegra: remove Kconfig dependency on APB DMA controller
This driver runs also on SoCs without a Tegra20 APB DMA controller (e.g. Tegra234). Remove the Kconfig dependency on TEGRA20_APB_DMA, and remove reference to the APB DMA controller from the Kconfig help text. Signed-off-by: Francesco Lavra <flavra@baylibre.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://patch.msgid.link/20260303111438.2691799-1-flavra@baylibre.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 579ab53 commit dcb8225

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

drivers/tty/serial/Kconfig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,14 +255,13 @@ config SERIAL_SAMSUNG_CONSOLE
255255

256256
config SERIAL_TEGRA
257257
tristate "NVIDIA Tegra20/30 SoC serial controller"
258-
depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST
258+
depends on ARCH_TEGRA || COMPILE_TEST
259259
select SERIAL_CORE
260260
help
261261
Support for the on-chip UARTs on the NVIDIA Tegra series SOCs
262262
providing /dev/ttyTHS0, 1, 2, 3 and 4 (note, some machines may not
263263
provide all of these ports, depending on how the serial port
264-
are enabled). This driver uses the APB DMA to achieve higher baudrate
265-
and better performance.
264+
are enabled).
266265

267266
config SERIAL_TEGRA_TCU
268267
tristate "NVIDIA Tegra Combined UART"

0 commit comments

Comments
 (0)