diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-11-30 11:23:32 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-12-07 09:59:04 +0100 |
commit | 5df825d4902ba402c5bd53044a88ce039a724558 (patch) | |
tree | 322bb44d9d76d74c3437c9a4341fdf55f223b34f /configs/zynq_zc770_xm011_defconfig | |
parent | 75507d5d5496a691aecb731f87d4d8d5cdf62b77 (diff) |
ARM: zynq: Remove PHYLIB from config to defconfig
Move PHYLIB from board config to defconfig
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'configs/zynq_zc770_xm011_defconfig')
-rw-r--r-- | configs/zynq_zc770_xm011_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/zynq_zc770_xm011_defconfig b/configs/zynq_zc770_xm011_defconfig index 49dd02554c8..c7125c304ab 100644 --- a/configs/zynq_zc770_xm011_defconfig +++ b/configs/zynq_zc770_xm011_defconfig @@ -12,3 +12,4 @@ CONFIG_SYS_EXTRA_OPTIONS="ZC770_XM011" CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set CONFIG_NET_RANDOM_ETHADDR=y +CONFIG_PHYLIB=y |