diff options
author | Tom Rini <trini@konsulko.com> | 2018-03-14 13:27:14 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-03-14 13:27:14 -0400 |
commit | b75643ad0a2429e7efc7317517b47203c3c2f7c9 (patch) | |
tree | b502e94a80977a8ddeee441da37211a3b5d955a1 /drivers/net/phy/Kconfig | |
parent | 218da804ef0971ecee8063c45deae0345e344812 (diff) | |
parent | 341c05865478e259c1c9d889c74c43dcd5192cc0 (diff) | |
download | u-boot-b75643ad0a2429e7efc7317517b47203c3c2f7c9.tar.gz u-boot-b75643ad0a2429e7efc7317517b47203c3c2f7c9.tar.xz u-boot-b75643ad0a2429e7efc7317517b47203c3c2f7c9.zip |
Merge git://git.denx.de/u-boot-sunxi
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 7fd4a8d261..25de3fb226 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -13,6 +13,13 @@ menuconfig PHYLIB if PHYLIB +config PHY_ADDR + int "PHY address" + default 1 if ARCH_SUNXI + default 0 + help + The address of PHY on MII bus. Usually in range of 0 to 31. + config B53_SWITCH bool "Broadcom BCM53xx (RoboSwitch) Ethernet switch PHY support." help |