u-boot-brain/drivers/net/phy
Stefan Mavrodiev b30c419040 Move CONFIG_PHY_ADDR to Kconfig
CONFIG_PHY_ADDR is used for old-style configuration. This makes
impossible changing the PHY address, if multiple boards share a same
config header file (for example include/configs/sunxi-common.h).

Moving this to Kconfig helps overcoming this issue. It's defined
as entry inside PHYLIB section.

After the implemention, moveconfig was run. The issues are:
	- edb9315a	- CONFIG_PHYLIB is not enabled. Entry is
			  deleted.

	- ds414		- CONFIG_PHYLIB is in incompatible format:
			  { 0x1, 0x0 }. This entry is also deleted.

	- devkit3250	- The PHY_ADDR is in hex format (0x1F).
			  Manually CONFIG_PHY_ADDR=31 is added in
			  the defconfig.

After the changes the suspicious defconfigs passes building.

Signed-off-by: Stefan Mavrodiev <stefan@olimex.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
[jagan: rebased on master]
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
2018-03-13 22:36:33 +05:30
..
aquantia.c driver: net: phylib: add support for aquantia AQR106/107 PHY 2016-07-06 10:45:04 -05:00
atheros.c phy: atheros: set auto-negotiation for AR8021 2018-01-15 12:05:27 -06:00
b53.c net: phy: b53: Add b53_reg read/write commands 2018-01-15 12:05:22 -06:00
broadcom.c net: phy: Add AFE settings to the Broadcom Cygnus phy 2017-08-07 15:18:31 -05:00
cortina.c blk: Remove various places that do flush cache after read 2017-09-15 08:05:10 -04:00
davicom.c net: phy: Handle phy_startup() error codes properly 2016-05-24 13:17:59 +02:00
et1011c.c net: phy: Handle phy_startup() error codes properly 2016-05-24 13:17:59 +02:00
fixed.c drivers/net/phy/fixed: do not overwrite addr 2017-08-07 15:18:28 -05:00
generic_10g.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
Kconfig Move CONFIG_PHY_ADDR to Kconfig 2018-03-13 22:36:33 +05:30
lxt.c net: phy: Handle phy_startup() error codes properly 2016-05-24 13:17:59 +02:00
Makefile net: phy: Add Broadcom BCM53xx switch driver 2018-01-15 12:05:21 -06:00
marvell.c net: phy: marvell 88e151x: Fix handling of bare RGMII interface type 2018-02-26 15:47:07 -06:00
meson-gxl.c net: phy: meson-gxl: detect LPA corruption 2017-12-18 13:06:30 -05:00
micrel_ksz8xxx.c net: phy: micrel: Remove ksz90x1 drivers from micrel_ksz8xxx 2017-08-07 15:18:30 -05:00
micrel_ksz90x1.c net: phy: micrel: Convert to livetree 2017-09-18 20:40:34 +02:00
miiphybb.c net: miiphybb: fix casting error 2018-01-15 12:05:17 -06:00
mscc.c net: phy: MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541 2017-02-08 16:32:58 -06:00
mv88e61xx.c net: phy: mv88e61xx: Fix uninitialized variable warning 2017-05-12 08:37:30 -04:00
mv88e6352.c treewide: replace #include <asm/errno.h> with <linux/errno.h> 2016-09-23 17:55:42 -04:00
natsemi.c net: phy: Handle phy_startup() error codes properly 2016-05-24 13:17:59 +02:00
phy.c phy: Fix style violations 2018-02-26 15:48:55 -06:00
realtek.c net: phy: realtek: fix enabling of the TX-delay for RTL8211F 2017-09-07 13:23:52 -05:00
smsc.c net: phy: smsc: Add SMSC LAN8741 support 2018-02-26 15:51:37 -06:00
teranetics.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
ti.c dm: core: Replace of_offset with accessor (part 2) 2017-06-01 07:03:04 -06:00
vitesse.c net: phy: vitesse: Fix cis8204 RGMII_ID code 2017-02-07 10:54:34 -06:00
xilinx_phy.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00