]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-Allow-more-drivers-with-COMPILE_TEST'
authorDavid S. Miller <davem@davemloft.net>
Thu, 17 May 2018 21:11:07 +0000 (17:11 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 May 2018 21:11:07 +0000 (17:11 -0400)
commit78c75cf530fe42ba1bbe4e31402ab5cace107824
tree923a67110e2b1403300cf76b534b426806943e15
parentf27cb03b1355655becaa916f62a8b350a67cf160
parentf7c85bb194cbfa64d11ace61e0195fbf0332c88f
Merge branch 'net-Allow-more-drivers-with-COMPILE_TEST'

Florian Fainelli says:

====================
net: Allow more drivers with COMPILE_TEST

This patch series includes more drivers to be build tested with COMPILE_TEST
enabled. This helps cover some of the issues I just ran into with missing
a driver *sigh*.

Chanves in v3:

- drop the TI Keystone NETCP driver from the COMPILE_TEST additions

Changes in v2:

- allow FEC to build outside of CONFIG_ARM/ARM64 by defining a layout of
  registers, this is not meant to run, so this is not a real issue if we
  are not matching the correct register layout
====================

Signed-off-by: David S. Miller <davem@davemloft.net>