[linux-yocto] [PATCH kernel-meta] mpc8315e-rdb: Enable Realtek PHY driver

Kevin Hao kexin.hao at windriver.com
Tue Mar 20 23:32:12 PDT 2018


A Realtek RTL8211B PHY is integrated on mpc8315erdb board. It works
pretty well with the genphy driver. But now we apply a patch for the
Realtek PHY driver in order to fix an Ethernet broken issue on this
board. So enable this chip specific driver to make sure that fix can
take effect.

Signed-off-by: Kevin Hao <kexin.hao at windriver.com>
---
 bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg b/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg
index 698efe2b7305..324989c1951a 100644
--- a/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg
+++ b/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg
@@ -64,6 +64,7 @@ CONFIG_MTD_NAND_FSL_ELBC=y
 # Ethernet (1000 Mbit)
 #
 CONFIG_GIANFAR=y
+CONFIG_REALTEK_PHY=y
 
 #
 # Serial drivers
-- 
2.9.3



More information about the linux-yocto mailing list