From: Stephen Boyd Date: Mon, 30 Dec 2013 21:15:29 +0000 (-0800) Subject: tty: serial: Limit msm_serial_hs driver to platforms that use it X-Git-Tag: v3.14-rc1~110^2~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c0f8a48723d1e7ec48f65c72f880bc49edea9a4a;p=profile%2Fivi%2Fkernel-x86-ivi.git tty: serial: Limit msm_serial_hs driver to platforms that use it The msm_serial_hs driver uses mach specific dma APIs. This is not compatible with the multi-platform ARM effort. Let's only compile this driver on MSM devices that are prepared to support it; allowing the DT based MSM devices to enter the multi-platform ARM build. Acked-by: Greg Kroah-Hartman Signed-off-by: Stephen Boyd Signed-off-by: Olof Johansson --- diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index a3817ab..a53159c 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig @@ -1035,7 +1035,7 @@ config SERIAL_MSM_CONSOLE config SERIAL_MSM_HS tristate "MSM UART High Speed: Serial Driver" - depends on ARCH_MSM + depends on ARCH_MSM7X00A || ARCH_MSM7X30 || ARCH_QSD8X50 select SERIAL_CORE help If you have a machine based on MSM family of SoCs, you