summaryrefslogtreecommitdiff
path: root/include/configs/crownbay.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2014-12-17 07:50:45 (GMT)
committerSimon Glass <sjg@chromium.org>2014-12-19 00:26:07 (GMT)
commit0ff65eb99c3ed4d452b9c74dae8c4f736d92303f (patch)
treeda2213025260185c6aa4c14ad2d3b3de995fd25b /include/configs/crownbay.h
parentadfe3b247a7a281931f0fd865e9d00600e9dd384 (diff)
downloadu-boot-0ff65eb99c3ed4d452b9c74dae8c4f736d92303f.tar.xz
x86: crownbay: Enable Intel E1000 NIC support
We don't have driver for the Intel Topcliff PCH Gigabit Ethernet controller for now, so enable the Intle E1000 NIC support, which can be plugged into any PCIe slot on the Crown Bay board. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/crownbay.h')
-rw-r--r--include/configs/crownbay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/crownbay.h b/include/configs/crownbay.h
index a051b11..09a52ab 100644
--- a/include/configs/crownbay.h
+++ b/include/configs/crownbay.h
@@ -37,6 +37,7 @@
#define CONFIG_SYS_EARLY_PCI_INIT
#define CONFIG_PCI_PNP
+#define CONFIG_E1000
#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial\0" \
"stdout=serial\0" \