[PATCH 3/3] microblaze: defconfig: Enable the Marvell phy driver

Michal Simek posted 3 patches 2 years, 2 months ago
[PATCH 3/3] microblaze: defconfig: Enable the Marvell phy driver
Posted by Michal Simek 2 years, 2 months ago
From: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>

Enable the marvell phy driver by default as it is commonly
used PHY on multiple microblaze based evaluation boards.

Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
---

 arch/microblaze/configs/mmu_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/microblaze/configs/mmu_defconfig b/arch/microblaze/configs/mmu_defconfig
index 85afdb377f73..4da7bc4ac4a3 100644
--- a/arch/microblaze/configs/mmu_defconfig
+++ b/arch/microblaze/configs/mmu_defconfig
@@ -44,6 +44,7 @@ CONFIG_NETDEVICES=y
 CONFIG_XILINX_EMACLITE=y
 CONFIG_XILINX_AXI_EMAC=y
 CONFIG_XILINX_LL_TEMAC=y
+CONFIG_MARVELL_PHY=y
 # CONFIG_INPUT is not set
 # CONFIG_SERIO is not set
 # CONFIG_VT is not set
-- 
2.36.1