sunxi: Fix PHY regression on A20-OLinuXino-Lime2 and A20-Olimex-SOM-EVB
authorTom Rini <trini@konsulko.com>
Fri, 24 Apr 2020 16:30:45 +0000 (12:30 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 28 Apr 2020 19:57:03 +0000 (15:57 -0400)
commit69a229c6d4b488b03b6e34559d777b681e4931bd
tree401fa6f745cafdf5f85a7f82fae1074d52ed74d7
parentdd2c676a659a03daeef31d1221da2edff009d426
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>
configs/A20-OLinuXino-Lime2_defconfig
configs/A20-Olimex-SOM-EVB_defconfig