From 3335786a982578abf9a25e4d6ce67d3416ebe15e Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Mon, 23 May 2016 11:12:05 +0200 Subject: drivers/phy: Add Marvell SerDes / PHY drivers used on Armada 3k This version is based on the Marvell U-Boot version with this patch applied as latest patch: Git ID 7f408573: "fix: comphy: cp110: add comphy initialization for usb device mode" from 2016-07-05. Signed-off-by: Stefan Roese Cc: Nadav Haklai Cc: Kostya Porotchkin Cc: Wilson Ding Cc: Victor Gu Cc: Hua Jing Cc: Terry Zhou Cc: Hanna Hawa Cc: Haim Boot --- drivers/phy/marvell/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 drivers/phy/marvell/Kconfig (limited to 'drivers/phy/marvell/Kconfig') diff --git a/drivers/phy/marvell/Kconfig b/drivers/phy/marvell/Kconfig new file mode 100644 index 0000000..4240028 --- /dev/null +++ b/drivers/phy/marvell/Kconfig @@ -0,0 +1,9 @@ +config MVEBU_COMPHY_SUPPORT + bool "ComPhy SerDes driver" + default n + help + Choose this option to add support + for Comphy driver. + This driver passes over the lanes + and initialize the lane depends on the + type and speed. -- cgit v1.1