commit | 635a76b703f3bd5b20e28bfc86caee9889f536c2 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sat Apr 18 01:44:12 2020 +0200 |
committer | marex <marex@desktop.lan> | Fri May 01 12:35:20 2020 +0200 |
tree | fe16ce90fff13a127cfabf9d22e586032ac4926f | |
parent | f2c5564f7552369e2d5648eb8ac2e1164755c8f7 [diff] |
net: pcnet: Remove CONFIG_PCNET_79C97x These macros guard one switch-case statement, which grows mips malta by some 20 bytes if debug is enabled, and even less if it is not. To make the code simpler, just support all the NICs and be done with it. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Joe Hershberger <joe.hershberger@ni.com>