From 33766bc4445e91d1d5595650e2e575e8c319be37 Mon Sep 17 00:00:00 2001 From: Yauhen Kharuzhy Date: Wed, 19 Aug 2009 16:31:06 +0300 Subject: [PATCH] --- yaml --- r: 191937 b: refs/heads/master c: 4fcfce9f33cd2e173f83c20e93c8b0a9397bf0bc h: refs/heads/master i: 191935: 011b7b04fcdd4ee64a5ae9971026c477422a691e v: v3 --- [refs] | 2 +- trunk/drivers/serial/Kconfig | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 2d332b51286a..99a6bc6b3722 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5faf5011841dc2a4797093b845e49bc40b4b4666 +refs/heads/master: 4fcfce9f33cd2e173f83c20e93c8b0a9397bf0bc diff --git a/trunk/drivers/serial/Kconfig b/trunk/drivers/serial/Kconfig index f55c49475a8c..5f3f03df92e3 100644 --- a/trunk/drivers/serial/Kconfig +++ b/trunk/drivers/serial/Kconfig @@ -518,12 +518,13 @@ config SERIAL_S3C2412 Serial port support for the Samsung S3C2412 and S3C2413 SoC config SERIAL_S3C2440 - tristate "Samsung S3C2440/S3C2442 Serial port support" - depends on SERIAL_SAMSUNG && (CPU_S3C2440 || CPU_S3C2442) + tristate "Samsung S3C2440/S3C2442/S3C2416 Serial port support" + depends on SERIAL_SAMSUNG && (CPU_S3C2440 || CPU_S3C2442 || CPU_S3C2416) default y if CPU_S3C2440 default y if CPU_S3C2442 + select SERIAL_SAMSUNG_UARTS_4 if CPU_S3C2416 help - Serial port support for the Samsung S3C2440 and S3C2442 SoC + Serial port support for the Samsung S3C2440, S3C2416 and S3C2442 SoC config SERIAL_S3C24A0 tristate "Samsung S3C24A0 Serial port support"