summaryrefslogtreecommitdiffstats
path: root/include/configs/crownbay.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-03-20 17:12:21 +0800
committerSimon Glass <sjg@chromium.org>2015-03-24 21:22:38 -0600
commita84134f72147bc31babba8006f8a9bdc55bc5a03 (patch)
tree015587e1299625388ea41a6ae388f30e4a420ccf /include/configs/crownbay.h
parent8ee443b8ebb6f533e5f42d8da05600a1996a4dfd (diff)
downloadtalos-obmc-uboot-a84134f72147bc31babba8006f8a9bdc55bc5a03.tar.gz
talos-obmc-uboot-a84134f72147bc31babba8006f8a9bdc55bc5a03.zip
x86: crownbay: Enable Intel Topcliff GMAC support
Intel Crown Bay board has one ethernet port connected from Intel Topcliff PCH. Enable it in the board configuration. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/configs/crownbay.h')
-rw-r--r--include/configs/crownbay.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/crownbay.h b/include/configs/crownbay.h
index b927b1c9f5..b1cfc8b065 100644
--- a/include/configs/crownbay.h
+++ b/include/configs/crownbay.h
@@ -52,6 +52,10 @@
#define CONFIG_MMC_SDMA
#define CONFIG_CMD_MMC
+/* Topcliff Gigabit Ethernet */
+#define CONFIG_PCH_GBE
+#define CONFIG_PHYLIB
+
/* Video is not supported */
#undef CONFIG_VIDEO
#undef CONFIG_CFB_CONSOLE
OpenPOWER on IntegriCloud