From 65680ab92dfda4f4be447455b7ff94a5cfcedd10 Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Tue, 7 Sep 2021 13:51:58 +0100 Subject: [PATCH] ANDROID: tty: serial: samsung_tty: Re-apply the depends line back into SERIAL_SAMSUNG Now that commit 2344019e040ef ("ANDROID: arm64: gki_defconfig: Enable ARCH_EXYNOS") has enabled the ARCH_EXYNOS symbol we can replace the 'depends on' line in SERIAL_SAMSUNG's Kconfig entry. This brings the entry back inline with the upstream version. Bug: 142159113 Change-Id: I7bbf9d94d77f6771d3594a46d3043c6f15a53685 Signed-off-by: Lee Jones --- drivers/tty/serial/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index d8efd6cb3d42..24282ad99d85 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig @@ -236,6 +236,7 @@ config SERIAL_CLPS711X_CONSOLE config SERIAL_SAMSUNG tristate "Samsung SoC serial support" + depends on PLAT_SAMSUNG || ARCH_S5PV210 || ARCH_EXYNOS || ARCH_APPLE || COMPILE_TEST select SERIAL_CORE help Support for the on-chip UARTs on the Samsung S3C24XX series CPUs,