diff options
author | Quentin Schulz <quentin.schulz@bootlin.com> | 2018-10-04 14:22:07 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-10-05 23:36:44 +0200 |
commit | 51f6b410fc220d8a5a4fae00ebfd8243b6c11d4e (patch) | |
tree | f64611245027ded8e164b09ac25ff0378693de3e /drivers/phy/Makefile | |
parent | dt-bindings: add constants for Microsemi Ocelot SerDes driver (diff) | |
download | linux-51f6b410fc220d8a5a4fae00ebfd8243b6c11d4e.tar.xz linux-51f6b410fc220d8a5a4fae00ebfd8243b6c11d4e.zip |
phy: add driver for Microsemi Ocelot SerDes muxing
The Microsemi Ocelot can mux SerDes lanes (aka macros) to different
switch ports or even make it act as a PCIe interface.
This adds support for the muxing of the SerDes.
Signed-off-by: Quentin Schulz <quentin.schulz@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/phy/Makefile')
-rw-r--r-- | drivers/phy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile index 84e3bd9c5665..ce8339ff0022 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile @@ -18,6 +18,7 @@ obj-y += broadcom/ \ hisilicon/ \ marvell/ \ motorola/ \ + mscc/ \ qualcomm/ \ ralink/ \ samsung/ \ |