> +config NET_DSA_MV88E6XXX
> tristate "Marvell 88E6085/6095/6095F/6131 ethernet switch chip support"
> depends on NET_DSA
> - select NET_DSA_MV88E6XXX
> select NET_DSA_TAG_EDSA
> ---help---
> This enables support for the Marvell 88E6085/6095/6095F/6131
>
Now that all drivers support the same set of functions and the same
setup code, drop every model-specific DSA switch driver and replace them
with a common mv88e6xxx driver.
This merges the info tables into one, removes the function exports, the
model-specific files, and update the defconfigs.
Sig