diff options
author | Artturi Alm <artturi.alm@gmail.com> | 2017-11-08 05:08:58 +0200 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2017-11-09 14:39:30 +0530 |
commit | 6270a3f035d0bdb5d2283dff4bb568d36ab4c0e3 (patch) | |
tree | add90867a88066322a5d7800f4dff7e9463106da | |
parent | e286fada9d434cd211b56fa7a4b5ef8965577e7f (diff) |
sunxi: restore PHYLIB for CONFIG_SUN4I_EMAC users
due misnaming of CONFIG_SUN4I_EMAC in include/configs/sunxi-common.h,
likely missed in:
commit 3146f0c017df ("Move PHYLIB to Kconfig")
Signed-off-by: Artturi Alm <artturi.alm@gmail.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
-rw-r--r-- | drivers/net/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index c1ce54ecbb..52555da4b3 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -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. |