[openwrt/openwrt] sunxi: Add Realtek PHY driver or ARM64 devices

LEDE Commits lede-commits at lists.infradead.org
Fri Feb 16 16:30:04 PST 2018


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/ef73ebbfe240c107ce02c178ca413b07ac6cac48

commit ef73ebbfe240c107ce02c178ca413b07ac6cac48
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Jan 28 01:14:42 2018 +0100

    sunxi: Add Realtek PHY driver or ARM64 devices
    
    The Orange Pi Zero Plus uses a RTL8211E, add the driver for this PHY.
    This is probably used on more boards with a Allwinner SoC.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/sunxi/cortexa53/config-default | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/sunxi/cortexa53/config-default b/target/linux/sunxi/cortexa53/config-default
index 2cd0d4e..ef67c0e 100644
--- a/target/linux/sunxi/cortexa53/config-default
+++ b/target/linux/sunxi/cortexa53/config-default
@@ -92,6 +92,7 @@ CONFIG_PINCTRL_SUN50I_H5=y
 # CONFIG_PINCTRL_SUN9I_A80 is not set
 # CONFIG_PINCTRL_SUN9I_A80_R is not set
 # CONFIG_RANDOMIZE_BASE is not set
+CONFIG_REALTEK_PHY=y
 # CONFIG_SERIAL_AMBA_PL011 is not set
 CONFIG_SOUND_OSS_CORE_PRECLAIM=y
 CONFIG_SPARSEMEM=y



More information about the lede-commits mailing list