projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e286fad
)
sunxi: restore PHYLIB for CONFIG_SUN4I_EMAC users
author
Artturi Alm
<artturi.alm@gmail.com>
Wed, 8 Nov 2017 03:08:58 +0000
(
05:08
+0200)
committer
Jagan Teki
<jagan@amarulasolutions.com>
Thu, 9 Nov 2017 09:09:30 +0000
(14:39 +0530)
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>
drivers/net/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/Kconfig
b/drivers/net/Kconfig
index c1ce54ecbbe7db2eecdc1f888acfeab4ddc0d947..52555da4b32ad62e79b89e6cae4403b17c0c8a54 100644
(file)
--- 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.