]> git.baikalelectronics.ru Git - kernel.git/commit
net: wan: slic_ds26522: Allow driver to built if COMPILE_TEST is enabled
authorJavier Martinez Canillas <javier@osg.samsung.com>
Wed, 12 Oct 2016 19:05:59 +0000 (16:05 -0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 14 Oct 2016 14:11:49 +0000 (10:11 -0400)
commitbf30183524ed4d56c7a0c87325d9e639efaaf54e
tree821db2453b658c748e0c1443e6727587c0859ba3
parent8af8dfe05704905752abc64226014f2e10e8bce9
net: wan: slic_ds26522: Allow driver to built if COMPILE_TEST is enabled

The driver only has runtime but no build time dependency with FSL_SOC ||
ARCH_MXC || ARCH_LAYERSCAPE.  So it can be built for testing purposes if
the COMPILE_TEST option is enabled.

This is useful to have more build coverage and make sure that the driver
is not affected by changes that could cause build regressions.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/Kconfig