diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-09-11 03:24:36 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-09-16 19:53:52 -0600 |
commit | 5841c5b0a7967364a8ec10d54ab77ad62f3ab164 (patch) | |
tree | 9de121ce2f2daf10b6fcb20e83703938c5f920c2 /configs | |
parent | 8b7ee66cec950899eace0caf729cf2100155020a (diff) | |
download | u-boot-5841c5b0a7967364a8ec10d54ab77ad62f3ab164.tar.gz u-boot-5841c5b0a7967364a8ec10d54ab77ad62f3ab164.tar.bz2 u-boot-5841c5b0a7967364a8ec10d54ab77ad62f3ab164.zip |
x86: Convert to use driver model eth on quark/galileo
Convert to use DM version of Designware ethernet driver on Intel
quark/galileo.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/galileo_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig index d05154ee0a..9623986f29 100644 --- a/configs/galileo_defconfig +++ b/configs/galileo_defconfig @@ -12,7 +12,7 @@ CONFIG_BOOTSTAGE_REPORT=y CONFIG_CMD_BOOTSTAGE=y CONFIG_OF_CONTROL=y CONFIG_SPI_FLASH=y -CONFIG_NETDEVICES=y +CONFIG_DM_ETH=y CONFIG_ETH_DESIGNWARE=y CONFIG_DM_PCI=y CONFIG_DM_RTC=y |