]> asedeno.scripts.mit.edu Git - linux.git/commit
net: ethernet: ti: Allow most drivers with COMPILE_TEST
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 17 May 2018 20:07:43 +0000 (13:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 May 2018 21:11:06 +0000 (17:11 -0400)
commit2652113ff043ca2ce1cb3be529b5ca9270c421d4
tree9f83cc6054b90c57a1b2627601e743a741a9a8a3
parent33fa382324ebd1513cdf25ceb7ee4995b304ddac
net: ethernet: ti: Allow most drivers with COMPILE_TEST

Most of the TI drivers build just fine with COMPILE_TEST, cpmac (AR7) is
the exception because it uses a header file from
arch/mips/include/asm/mach-ar7/ar7.h and keystone netcp which requires
help from drivers/soc/ti/ for queue management helpers.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/Kconfig