summaryrefslogtreecommitdiffstats
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorQuentin Schulz2018-10-04 14:22:07 +0200
committerDavid S. Miller2018-10-05 23:36:44 +0200
commit51f6b410fc220d8a5a4fae00ebfd8243b6c11d4e (patch)
treef64611245027ded8e164b09ac25ff0378693de3e /drivers/phy/Kconfig
parentdt-bindings: add constants for Microsemi Ocelot SerDes driver (diff)
downloadkernel-qcow2-linux-51f6b410fc220d8a5a4fae00ebfd8243b6c11d4e.tar.gz
kernel-qcow2-linux-51f6b410fc220d8a5a4fae00ebfd8243b6c11d4e.tar.xz
kernel-qcow2-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/Kconfig')
-rw-r--r--drivers/phy/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index 5c8d452e35e2..c89d3effd99d 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -48,6 +48,7 @@ source "drivers/phy/lantiq/Kconfig"
source "drivers/phy/marvell/Kconfig"
source "drivers/phy/mediatek/Kconfig"
source "drivers/phy/motorola/Kconfig"
+source "drivers/phy/mscc/Kconfig"
source "drivers/phy/qualcomm/Kconfig"
source "drivers/phy/ralink/Kconfig"
source "drivers/phy/renesas/Kconfig"