From: Greg Kroah-Hartman Date: Thu, 20 Feb 2020 10:26:27 +0000 (+0100) Subject: tty: serial: samsung_tty: build it for any platform X-Git-Tag: v5.7-rc1~149^2~130 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=175b558d0efb8b4f33aa7bd2c1b5389b912d3019;p=thirdparty%2Fkernel%2Flinux.git tty: serial: samsung_tty: build it for any platform There is no need to tie this driver to only a specific SoC, or compile test, so remove that dependancy from the Kconfig rules. Cc: linux-kernel@vger.kernel.org Cc: linux-serial@vger.kernel.org Cc: linux-samsung-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Cc: Jiri Slaby Cc: Shinbeom Choi Cc: HYUN-KI KOO Cc: Hyunki Koo Cc: Donghoon Yu Cc: Kukjin Kim Reviewed-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20200220102628.3371996-1-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index 7172f1c5fa6d3..ce1fece86b30d 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig @@ -237,7 +237,6 @@ config SERIAL_CLPS711X_CONSOLE config SERIAL_SAMSUNG tristate "Samsung SoC serial support" - depends on PLAT_SAMSUNG || ARCH_EXYNOS || COMPILE_TEST select SERIAL_CORE help Support for the on-chip UARTs on the Samsung S3C24XX series CPUs,