]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
serial: Use s3c2440 driver for S3C2416 SoC
authorYauhen Kharuzhy <jekhor@gmail.com>
Wed, 19 Aug 2009 13:31:06 +0000 (16:31 +0300)
committerBen Dooks <ben-linux@fluff.org>
Thu, 6 May 2010 02:37:18 +0000 (11:37 +0900)
UARTs in the S3C2416 are almost same as in S3C2443 and can be handled by
s3c2440 serial driver.

Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
drivers/serial/Kconfig

index f55c49475a8cdd307ebb11bdfb275b5f1b7dc3d0..5f3f03df92e3613a1bb4658e57d6cb3fa9b4f30b 100644 (file)
@@ -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"