summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/Makefile
diff options
context:
space:
mode:
authorJeff Brasen <jbrasen@nvidia.com>2020-01-29 14:28:17 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-02-10 21:34:44 +0100
commitc6825c6395b7dbcb5421d89ac8d5631be815ca36 (patch)
tree63b260429e4508c70aff5ccfcfc0a78d6a9ea8c0 /drivers/tty/serial/8250/Makefile
parentn_tty: check printk arguments for n_tty_trace (diff)
downloadlinux-c6825c6395b7dbcb5421d89ac8d5631be815ca36.tar.xz
linux-c6825c6395b7dbcb5421d89ac8d5631be815ca36.zip
serial: 8250_tegra: Create Tegra specific 8250 driver
To support booting NVIDIA Tegra platforms with either Device-Tree or ACPI, create a Tegra specific 8250 serial driver that supports both firmware types. Another benefit from doing this, is that the Tegra specific codec in the generic Open Firmware 8250 driver can now be removed. Signed-off-by: Jeff Brasen <jbrasen@nvidia.com> Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Link: https://lore.kernel.org/r/20200129132817.26343-1-jonathanh@nvidia.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/8250/Makefile')
-rw-r--r--drivers/tty/serial/8250/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/8250/Makefile b/drivers/tty/serial/8250/Makefile
index 51a6079d3f1f..a8bfb654d490 100644
--- a/drivers/tty/serial/8250/Makefile
+++ b/drivers/tty/serial/8250/Makefile
@@ -37,6 +37,7 @@ obj-$(CONFIG_SERIAL_8250_INGENIC) += 8250_ingenic.o
obj-$(CONFIG_SERIAL_8250_LPSS) += 8250_lpss.o
obj-$(CONFIG_SERIAL_8250_MID) += 8250_mid.o
obj-$(CONFIG_SERIAL_8250_PXA) += 8250_pxa.o
+obj-$(CONFIG_SERIAL_8250_TEGRA) += 8250_tegra.o
obj-$(CONFIG_SERIAL_OF_PLATFORM) += 8250_of.o
CFLAGS_8250_ingenic.o += -I$(srctree)/scripts/dtc/libfdt