diff options
| author | Kumar Gala <galak@codeaurora.org> | 2014-01-29 18:23:06 -0500 |
|---|---|---|
| committer | Kumar Gala <galak@codeaurora.org> | 2014-02-06 17:20:42 -0500 |
| commit | b3864a5689d3af7217d2ec23f687d996d752b723 (patch) | |
| tree | 882d2a85a55cc996f41d22a7024cd64fbb77c1c3 /drivers/tty/serial/Kconfig | |
| parent | cf1e8f0cd665e2a9966d2bee4e11ecc0938ff166 (diff) | |
tty: serial: msm: Enable building msm_serial for ARCH_QCOM
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>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
| -rw-r--r-- | drivers/tty/serial/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index a3815eaed421..ce9b12d38786 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig | |||
| @@ -1024,7 +1024,7 @@ config SERIAL_SGI_IOC3 | |||
| 1024 | 1024 | ||
| 1025 | config SERIAL_MSM | 1025 | config SERIAL_MSM |
| 1026 | bool "MSM on-chip serial port support" | 1026 | bool "MSM on-chip serial port support" |
| 1027 | depends on ARCH_MSM | 1027 | depends on ARCH_MSM || ARCH_QCOM |
| 1028 | select SERIAL_CORE | 1028 | select SERIAL_CORE |
| 1029 | 1029 | ||
| 1030 | config SERIAL_MSM_CONSOLE | 1030 | config SERIAL_MSM_CONSOLE |
