summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBin Meng <[email protected]>2014-12-17 15:50:45 +0800
committerSimon Glass <[email protected]>2014-12-18 17:26:07 -0700
commit0ff65eb99c3ed4d452b9c74dae8c4f736d92303f (patch)
treeda2213025260185c6aa4c14ad2d3b3de995fd25b /include
parentadfe3b247a7a281931f0fd865e9d00600e9dd384 (diff)
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 <[email protected]> Acked-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
-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 a051b1149b5..09a52ab0df4 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" \