summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-08-27 22:25:56 -0700
committerSimon Glass <sjg@chromium.org>2015-09-09 07:48:03 -0600
commit868767c71a375a07a44cc4fd49d67a4e2b1b9e8b (patch)
treed0a5b2b4a0d93485a6a3a0e36552fa5460f4982b /configs
parentb4f53e739ed38658fcbe11747aa3a393665e23ab (diff)
downloadtalos-obmc-uboot-868767c71a375a07a44cc4fd49d67a4e2b1b9e8b.tar.gz
talos-obmc-uboot-868767c71a375a07a44cc4fd49d67a4e2b1b9e8b.zip
x86: crownbay: Convert to use CONFIG_DM_ETH for E1000
Since E1000 driver has been converted to driver model, enable it on Intel Crown Bay. But the Intel Topcliff GbE driver has not been converted to driver model yet, disable it for now. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/crownbay_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/crownbay_defconfig b/configs/crownbay_defconfig
index 6edd71022d..f027fafb76 100644
--- a/configs/crownbay_defconfig
+++ b/configs/crownbay_defconfig
@@ -19,7 +19,7 @@ CONFIG_OF_CONTROL=y
CONFIG_CPU=y
CONFIG_DM_PCI=y
CONFIG_SPI_FLASH=y
-CONFIG_NETDEVICES=y
+CONFIG_DM_ETH=y
CONFIG_E1000=y
CONFIG_VIDEO_VESA=y
CONFIG_FRAMEBUFFER_SET_VESA_MODE=y
OpenPOWER on IntegriCloud