diff options
Diffstat (limited to 'roms/u-boot/drivers/phy/marvell/Kconfig')
-rw-r--r-- | roms/u-boot/drivers/phy/marvell/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/phy/marvell/Kconfig b/roms/u-boot/drivers/phy/marvell/Kconfig new file mode 100644 index 000000000..424002840 --- /dev/null +++ b/roms/u-boot/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. |