diff mbox

[4/4] tty: serial: msm: Enable building msm_serial for ARCH_QCOM

Message ID 1391107002-21470-5-git-send-email-galak@codeaurora.org (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Kumar Gala Jan. 30, 2014, 6:36 p.m. UTC
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.

Signed-off-by: Kumar Gala <galak@codeaurora.org>
---
Greg,

If we can get an ack on this, will probably go via the arm-soc tree to keep
the patchset together.

thanks

- k

 drivers/tty/serial/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Greg Kroah-Hartman Jan. 30, 2014, 10:36 p.m. UTC | #1
On Thu, Jan 30, 2014 at 12:36:42PM -0600, Kumar Gala wrote:
> 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.
> 
> Signed-off-by: Kumar Gala <galak@codeaurora.org>
> ---
> Greg,
> 
> If we can get an ack on this, will probably go via the arm-soc tree to keep
> the patchset together.

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index a3815ea..ce9b12d 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -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