tty: serial: msm: Enable building msm_serial for ARCH_QCOM
authorKumar Gala <galak@codeaurora.org>
Wed, 29 Jan 2014 23:23:06 +0000 (17:23 -0600)
committerKumar Gala <galak@codeaurora.org>
Thu, 6 Feb 2014 22:20:42 +0000 (16:20 -0600)
We've split Qualcomm MSM support into legacy and multiplatform.  So add
the ability to build the serial driver on the newer ARCH_QCOM
multiplatform.

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
drivers/tty/serial/Kconfig

index a3815eaed42169171b7c878de8202e952b7e192f..ce9b12d38786241118f84193efb21bca1355f323 100644 (file)
@@ -1024,7 +1024,7 @@ config SERIAL_SGI_IOC3
 
 config SERIAL_MSM
        bool "MSM on-chip serial port support"
-       depends on ARCH_MSM
+       depends on ARCH_MSM || ARCH_QCOM
        select SERIAL_CORE
 
 config SERIAL_MSM_CONSOLE
This page took 0.049079 seconds and 5 git commands to generate.