tty: serial: Restrict ST ASC driver to only build on !ARM when COMPILE_TEST is set.
authorDave Jones <davej@redhat.com>
Tue, 3 Sep 2013 21:13:23 +0000 (17:13 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Sep 2013 21:25:26 +0000 (14:25 -0700)
commit965e260a064a35359bc6281aa76c39e3f43ed9ba
treeb3b883d79ead2cae2249bc52b38acc2cb0845623
parente2c2725338cb5c51e8f1eada2b3dfb938bdb03ae
tty: serial: Restrict ST ASC driver to only build on !ARM when COMPILE_TEST is set.

The Kconfig for this option suggests it's only relevant on STi SoCs,
so add depends to have it not show up on archs that won't ever run it.

Signed-off-by: Dave Jones <davej@fedoraproject.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig