From 1b4a6ac3f21249d4e13d86c3f38b6f0f08ead535 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Tue, 2 Aug 2016 16:50:12 -0700 Subject: [PATCH] [arm64] Build in SERIAL_TEGRA For consistency with other SERIAL_ options. --- debian/changelog | 1 + debian/config/arm64/config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6b7d7ce6f..0f4a339ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,7 @@ linux (4.7~rc7-1~exp2) UNRELEASED; urgency=medium - arm64: tegra: Correct Tegra210 XUSB mailbox interrupt * [arm64] Enable REGULATOR_FIXED_VOLTAGE. * [arm64] Enable ARM64_ERRATUM_834220. + * [arm64] Build in SERIAL_TEGRA. -- Ben Hutchings Wed, 20 Jul 2016 03:50:18 +0100 diff --git a/debian/config/arm64/config b/debian/config/arm64/config index 584421aa6..8ec4ba701 100644 --- a/debian/config/arm64/config +++ b/debian/config/arm64/config @@ -408,7 +408,7 @@ CONFIG_SERIAL_AMBA_PL010=y CONFIG_SERIAL_AMBA_PL010_CONSOLE=y CONFIG_SERIAL_AMBA_PL011=y CONFIG_SERIAL_AMBA_PL011_CONSOLE=y -CONFIG_SERIAL_TEGRA=m +CONFIG_SERIAL_TEGRA=y CONFIG_SERIAL_MSM=y CONFIG_SERIAL_MSM_CONSOLE=y