]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tty: serial: Limit msm_serial_hs driver to platforms that use it
authorStephen Boyd <sboyd@codeaurora.org>
Mon, 30 Dec 2013 21:15:29 +0000 (13:15 -0800)
committerOlof Johansson <olof@lixom.net>
Thu, 9 Jan 2014 08:06:59 +0000 (00:06 -0800)
commitc0f8a48723d1e7ec48f65c72f880bc49edea9a4a
tree42659b9311a63d0210a59ed9c6b94e3940f7d96a
parent67d55cec096200bad4afe3e14f65724ee300d401
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 <gregkh@linuxfoundation.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
drivers/tty/serial/Kconfig