
3 Feb
2018
3 Feb
'18
5:37 a.m.
Hi,
From: U-Boot [mailto:u-boot-bounces@lists.denx.de] On Behalf Of Stefan Mavrodiev Sent: Friday, February 2, 2018 7:24 PM
<snip>
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 95b7534..c934aed 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -12,6 +12,13 @@ menuconfig PHYLIB
if PHYLIB
+config PHY_ADDR
- int "PHY address"
- default 1 if ARCH_SUNXI
Sorry, I meant the default value can be defined in board/sunxi/Kconfig. Remaining definition of PHY_ADDR config can be here.
- default 0
- help
The address of PHY on MII bus. Usually in range of 0 to 31.
Isn't board Kconfig, the right place to keep this?