diff mbox series

[U-Boot,2/2] sunxi: restore PHYLIB for CONFIG_SUN4I_EMAC users

Message ID 20171108030858.3794-2-artturi.alm@gmail.com
State Accepted
Commit 6270a3f035d0bdb5d2283dff4bb568d36ab4c0e3
Delegated to: Jagannadha Sutradharudu Teki
Headers show
Series [U-Boot,1/2] sunxi: fix CONFIG_SUNXI_EMAC references | expand

Commit Message

Artturi Alm Nov. 8, 2017, 3:08 a.m. UTC
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>
---

 drivers/net/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Jagan Teki Nov. 8, 2017, 11:47 a.m. UTC | #1
On Wed, Nov 8, 2017 at 8:38 AM, Artturi Alm <artturi.alm@gmail.com> wrote:
> 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>

thanks!
Jagan Teki Nov. 9, 2017, 9:15 a.m. UTC | #2
On Wed, Nov 8, 2017 at 5:17 PM, Jagan Teki <jagannadh.teki@gmail.com> wrote:
> On Wed, Nov 8, 2017 at 8:38 AM, Artturi Alm <artturi.alm@gmail.com> wrote:
>> 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>

Applied to u-boot-sunxi/master
diff mbox series

Patch

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index c1ce54e..52555da 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.