summaryrefslogtreecommitdiffstats
path: root/include/configs/zynq-common.h
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-11-30 14:34:52 +0100
committerMichal Simek <michal.simek@xilinx.com>2015-12-07 10:14:28 +0100
commit596e5782e7bdec7ed275b1204122364a3ab4fbf7 (patch)
tree34d83a4fec03b1dd0217ecf888bc62fc80c2d447 /include/configs/zynq-common.h
parent3cdb1450deb236184f0c673f6ea0ad993c285ad2 (diff)
downloadblackbird-obmc-uboot-596e5782e7bdec7ed275b1204122364a3ab4fbf7.tar.gz
blackbird-obmc-uboot-596e5782e7bdec7ed275b1204122364a3ab4fbf7.zip
net: gem: Move gem to Kconfig
Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'include/configs/zynq-common.h')
-rw-r--r--include/configs/zynq-common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index faff0e9b70..d3d5470ad8 100644
--- a/include/configs/zynq-common.h
+++ b/include/configs/zynq-common.h
@@ -46,8 +46,7 @@
#define CONFIG_ZYNQ_GPIO
/* Ethernet driver */
-#if defined(CONFIG_ZYNQ_GEM0) || defined(CONFIG_ZYNQ_GEM1)
-# define CONFIG_ZYNQ_GEM
+#if defined(CONFIG_ZYNQ_GEM)
# define CONFIG_MII
# define CONFIG_SYS_FAULT_ECHO_LINK_DOWN
# define CONFIG_PHY_MARVELL
OpenPOWER on IntegriCloud