diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-12-11 09:14:31 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-12-18 13:15:58 +0100 |
commit | 7bccc75a2b3f728981920abde4454ba4ea4e481a (patch) | |
tree | 7cc36a59b42ff5d3947cfb9ac577b81eb1d8df80 /include/configs | |
parent | c942810787e40504ffe4ce370002e97a2b0adc52 (diff) | |
download | u-boot-imx-7bccc75a2b3f728981920abde4454ba4ea4e481a.zip u-boot-imx-7bccc75a2b3f728981920abde4454ba4ea4e481a.tar.gz u-boot-imx-7bccc75a2b3f728981920abde4454ba4ea4e481a.tar.bz2 |
net: gem: Add driver dependencies to PHYLIB
Clear driver dependecies via Kconfig. Remove PHYLIB dependency from
the driver.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/xilinx_zynqmp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 50ac5f5..03f7450 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -188,7 +188,6 @@ # define CONFIG_NET_MULTI # define CONFIG_MII # define CONFIG_SYS_FAULT_ECHO_LINK_DOWN -# define CONFIG_PHYLIB # define CONFIG_PHY_MARVELL # define CONFIG_PHY_TI #endif |