Skip to content
Snippets Groups Projects
Commit a84134f7 authored by Bin Meng's avatar Bin Meng Committed by Simon Glass
Browse files

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: default avatarBin Meng <bmeng.cn@gmail.com>
Reviewed-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent 8ee443b8
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,10 @@ ...@@ -52,6 +52,10 @@
#define CONFIG_MMC_SDMA #define CONFIG_MMC_SDMA
#define CONFIG_CMD_MMC #define CONFIG_CMD_MMC
/* Topcliff Gigabit Ethernet */
#define CONFIG_PCH_GBE
#define CONFIG_PHYLIB
/* Video is not supported */ /* Video is not supported */
#undef CONFIG_VIDEO #undef CONFIG_VIDEO
#undef CONFIG_CFB_CONSOLE #undef CONFIG_CFB_CONSOLE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment