kernel: backport bcma patches queued for 3.20
[openwrt/svn-archive/archive.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 --- a/drivers/tty/serial/Kconfig
18 +++ b/drivers/tty/serial/Kconfig
19 @@ -1024,7 +1024,7 @@ config SERIAL_SGI_IOC3
20
21 config SERIAL_MSM
22 bool "MSM on-chip serial port support"
23 - depends on ARCH_MSM
24 + depends on ARCH_MSM || ARCH_QCOM
25 select SERIAL_CORE
26
27 config SERIAL_MSM_CONSOLE