diff options
author | Tom Rini <trini@konsulko.com> | 2017-06-28 12:12:03 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-11 22:41:56 -0400 |
commit | 39b4f6bce332dc1ebd9c2b94910a1d58e1628f13 (patch) | |
tree | 6406943b3390809864c0dbfd552b48f751bcb55c /configs/ti816x_evm_defconfig | |
parent | 7a9dfe75cf3fbc6c39b34c07e4d096f9573592aa (diff) |
ti816x: Enable ethernet support
The ti816x SoC revision of the ethernet IP block is handled by the
"davinci_emac" driver, rather than the "cpsw" driver as done by later
members of the family. Enable the relevant plumbing.
Signed-off-by: Sriramakrishnan <srk@ti.com>
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ti816x_evm_defconfig')
-rw-r--r-- | configs/ti816x_evm_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/ti816x_evm_defconfig b/configs/ti816x_evm_defconfig index 1c6608218b..7f43ecb7eb 100644 --- a/configs/ti816x_evm_defconfig +++ b/configs/ti816x_evm_defconfig @@ -35,6 +35,11 @@ CONFIG_OF_CONTROL=y CONFIG_DM=y CONFIG_DM_GPIO=y CONFIG_DM_I2C=y +CONFIG_CMD_DHCP=y +CONFIG_CMD_MII=y +CONFIG_CMD_PING=y +CONFIG_CMD_EXT2=y +CONFIG_CMD_FAT=y CONFIG_MMC_OMAP_HS=y CONFIG_SYS_NS16550=y # CONFIG_USE_PRIVATE_LIBGCC is not set |