]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: crownbay: Enable Intel Topcliff GMAC support
authorBin Meng <bmeng.cn@gmail.com>
Fri, 20 Mar 2015 09:12:21 +0000 (17:12 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:34:17 +0000 (14:34 +0200)
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>
include/configs/crownbay.h

index b927b1c9f54837e2897067fcd33c6549886898cf..b1cfc8b0652cfae1ef8689ba2dbfe512ede0acc0 100644 (file)
 #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