mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
sunxi: restore PHYLIB for CONFIG_SUN4I_EMAC users
due misnaming of CONFIG_SUN4I_EMAC in include/configs/sunxi-common.h,
likely missed in:
commit 3146f0c017 ("Move PHYLIB to Kconfig")
Signed-off-by: Artturi Alm <artturi.alm@gmail.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
This commit is contained in:
parent
e286fada9d
commit
6270a3f035
1 changed files with 1 additions and 0 deletions
|
|
@ -247,6 +247,7 @@ config SUN7I_GMAC
|
|||
config SUN4I_EMAC
|
||||
bool "Allwinner Sun4i Ethernet MAC support"
|
||||
depends on DM_ETH
|
||||
select PHYLIB
|
||||
help
|
||||
This driver supports the Allwinner based SUN4I Ethernet MAC.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue