summaryrefslogtreecommitdiff
path: root/configs/A20-Olimex-SOM-EVB_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-04-24 12:30:45 -0400
committerTom Rini <trini@konsulko.com>2020-04-28 15:57:03 -0400
commit69a229c6d4b488b03b6e34559d777b681e4931bd (patch)
tree401fa6f745cafdf5f85a7f82fae1074d52ed74d7 /configs/A20-Olimex-SOM-EVB_defconfig
parentdd2c676a659a03daeef31d1221da2edff009d426 (diff)
sunxi: Fix PHY regression on A20-OLinuXino-Lime2 and A20-Olimex-SOM-EVB
When moving the PHYLIB PHY drivers around in Kconfig we did not at the same time perform a careful migration of the related drivers and sub-options. This lead to the case where previously Kconfig-enabled driver choices were now disabled on some platforms. Correct this by enabling both the PHY driver and sub-option on the above referenced platforms. Fixes: af2cbfd6b982 ("drivers: net: Provide Kconfig menu for PHYLIB") Fixes: 8728c97eff5b ("configs: Re-sync") Reported-by: Dario <dario86@tutamail.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/A20-Olimex-SOM-EVB_defconfig')
-rw-r--r--configs/A20-Olimex-SOM-EVB_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/A20-Olimex-SOM-EVB_defconfig b/configs/A20-Olimex-SOM-EVB_defconfig
index 5b5ed3bb0a..56f6ad8275 100644
--- a/configs/A20-Olimex-SOM-EVB_defconfig
+++ b/configs/A20-Olimex-SOM-EVB_defconfig
@@ -15,6 +15,8 @@ CONFIG_AHCI=y
CONFIG_SPL_I2C_SUPPORT=y
CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-olimex-som-evb"
CONFIG_SCSI_AHCI=y
+CONFIG_PHY_REALTEK=y
+CONFIG_RTL8211X_PHY_FORCE_MASTER=y
CONFIG_ETH_DESIGNWARE=y
CONFIG_RGMII=y
CONFIG_MII=y