diff options
| author | Padmarao Begari <[email protected]> | 2025-06-24 14:16:45 +0530 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2025-07-08 14:58:43 +0200 |
| commit | d8510df627771d44155676bbe920f565adab7059 (patch) | |
| tree | f37ca327e4471f99c0d7d3e2bf407c43ed00d7bf | |
| parent | a5f2aa4b3898d3fb7ba37c17b446aa62c7c83cc4 (diff) | |
xilinx: zynqmp: Enable xilinx ethernet phy
Enable xilinx ethernet phy on ZynqMP by default.
Signed-off-by: Padmarao Begari <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
| -rw-r--r-- | configs/xilinx_zynqmp_virt_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig index a0067793a41..c6eae387b92 100644 --- a/configs/xilinx_zynqmp_virt_defconfig +++ b/configs/xilinx_zynqmp_virt_defconfig @@ -182,6 +182,7 @@ CONFIG_PHY_NATSEMI=y CONFIG_PHY_REALTEK=y CONFIG_PHY_TI_DP83867=y CONFIG_PHY_VITESSE=y +CONFIG_PHY_XILINX=y CONFIG_PHY_XILINX_GMII2RGMII=y CONFIG_PHY_FIXED=y CONFIG_DM_ETH_PHY=y |
