ar71xx/mikrotik: disable unused ethernet switch and phy drivers
authorGabor Juhos <juhosg@freemail.hu>
Tue, 9 Jan 2018 07:18:14 +0000 (08:18 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 9 Jan 2018 07:34:03 +0000 (08:34 +0100)
Disable the drivers for the following ethernet switches:
  Realtek RTL8306
  Realtek RTL8366/8367
  Marvell 88E6060 (DSA)
  Marvell 88E6063 (DSA)

Also disable the phy driver for Marvell PHYs.

None of the supported RouterBOARDs are using any device
which needs these drivers.

Disable the DSA framework too, because it is not required
by the remaining switch drivers.

This reduces the compressed kernel size by ~20KB.

Signed-off-by: Gabor Juhos <juhosg@freemail.hu>

No differences found