9dbc06dc261a0dee8b6a60579394d1b14b4b3039
[openwrt/openwrt.git] / target / linux / ipq806x / patches / 0015-tty-serial-msm-Enable-building-msm_serial-for-ARCH_Q.patch
1 From 17368813d4182894c6d58b66f9fccd339364de8f Mon Sep 17 00:00:00 2001
2 From: Kumar Gala <galak@codeaurora.org>
3 Date: Wed, 29 Jan 2014 17:23:06 -0600
4 Subject: [PATCH 015/182] tty: serial: msm: Enable building msm_serial for
5 ARCH_QCOM
6
7 We've split Qualcomm MSM support into legacy and multiplatform. So add
8 the ability to build the serial driver on the newer ARCH_QCOM
9 multiplatform.
10
11 Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12 Signed-off-by: Kumar Gala <galak@codeaurora.org>
13 ---
14 drivers/tty/serial/Kconfig | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
18 index a3815ea..ce9b12d 100644
19 --- a/drivers/tty/serial/Kconfig
20 +++ b/drivers/tty/serial/Kconfig
21 @@ -1024,7 +1024,7 @@ config SERIAL_SGI_IOC3
22
23 config SERIAL_MSM
24 bool "MSM on-chip serial port support"
25 - depends on ARCH_MSM
26 + depends on ARCH_MSM || ARCH_QCOM
27 select SERIAL_CORE
28
29 config SERIAL_MSM_CONSOLE
30 --
31 1.7.10.4
32