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)
commit538e2de104cfb4ef1acb35af42427bff42adbe4d
tree923a67110e2b1403300cf76b534b426806943e15
parent33fa382324ebd1513cdf25ceb7ee4995b304ddac
parent3c0596f8bec016210e9f470411f70a1a8ea41bcd
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>