From: Bin Meng Date: Fri, 20 Mar 2015 09:12:21 +0000 (+0800) Subject: x86: crownbay: Enable Intel Topcliff GMAC support X-Git-Tag: v2015.04-rc5~53^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a84134f72147bc31babba8006f8a9bdc55bc5a03;p=u-boot 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 Reviewed-by: Joe Hershberger --- 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