diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-01-28 01:14:42 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-02-17 01:15:24 +0100 |
commit | ef73ebbfe240c107ce02c178ca413b07ac6cac48 (patch) | |
tree | 0e2bd39c598be16782c198a6de9fd8e72a06e431 /target/linux/sunxi | |
parent | 3c24a1d423a6052b101c00cb7d94e70d72702639 (diff) | |
download | upstream-ef73ebbfe240c107ce02c178ca413b07ac6cac48.tar.gz upstream-ef73ebbfe240c107ce02c178ca413b07ac6cac48.tar.bz2 upstream-ef73ebbfe240c107ce02c178ca413b07ac6cac48.zip |
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@hauke-m.de>
Diffstat (limited to 'target/linux/sunxi')
-rw-r--r-- | target/linux/sunxi/cortexa53/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/sunxi/cortexa53/config-default b/target/linux/sunxi/cortexa53/config-default index 2cd0d4e44e..ef67c0ea16 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 |