]> git.karo-electronics.de Git - linux-beck.git/commitdiff
tty/serial: samsung: enable usage for 64-bit Exynos platforms
authorNaveen Krishna Chatradhi <ch.naveen@samsung.com>
Tue, 2 Sep 2014 15:35:42 +0000 (21:05 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Sep 2014 23:21:35 +0000 (16:21 -0700)
Allow Samsung serial driver to be usable on Exynos 64-bit SoC based
platforms.

Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig

index 636949d8144d32ac42e5602d3d11fe066059eca8..8079f5225575486f92b6bd009dd81968167569f2 100644 (file)
@@ -239,7 +239,7 @@ config SERIAL_CLPS711X_CONSOLE
 
 config SERIAL_SAMSUNG
        tristate "Samsung SoC serial support"
-       depends on PLAT_SAMSUNG
+       depends on PLAT_SAMSUNG || ARCH_EXYNOS
        select SERIAL_CORE
        help
          Support for the on-chip UARTs on the Samsung S3C24XX series CPUs,