From: Kyungwoo Kang Date: Wed, 21 Mar 2018 07:19:26 +0000 (+0900) Subject: [COMMON] serial: Kconfig: Fix default channel number. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2ddccad67076a97c9886db69c7d807c2af37b35c;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [COMMON] serial: Kconfig: Fix default channel number. Change-Id: I660939a2ddc902471fdbdb4d8fa6a6dcf96019ca Signed-off-by: Kyungwoo Kang --- diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index d1c648f0bbf3..e4bdb96b874c 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig @@ -252,7 +252,7 @@ config SERIAL_SAMSUNG config SERIAL_SAMSUNG_UARTS_4 bool depends on SERIAL_SAMSUNG - default y if !(CPU_S3C2410 || CPU_S3C2412 || CPU_S3C2440 || CPU_S3C2442) + default n if !(CPU_S3C2410 || CPU_S3C2412 || CPU_S3C2440 || CPU_S3C2442) help Internal node for the common case of 4 Samsung compatible UARTs @@ -260,7 +260,7 @@ config SERIAL_SAMSUNG_UARTS int depends on SERIAL_SAMSUNG default 4 if SERIAL_SAMSUNG_UARTS_4 || CPU_S3C2416 - default 10 + default 24 help Select the number of available UART ports for the Samsung S3C serial driver