diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-09-07 14:22:22 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-10-22 14:18:35 -0400 |
commit | 0c615e35aaced1a3b0c7fd8e464149efa40d0b81 (patch) | |
tree | d28a49b52796f36ab32a686168d056391446db56 | |
parent | 4cc77895eb03ebe16f13910bd85a68f24e432636 (diff) | |
download | blackbird-obmc-uboot-0c615e35aaced1a3b0c7fd8e464149efa40d0b81.tar.gz blackbird-obmc-uboot-0c615e35aaced1a3b0c7fd8e464149efa40d0b81.zip |
defconfig: am335x: bbb: enable ethernet driver model
enable ethernet driver model for am335x beagle bone black as cpsw
supports driver model
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | configs/am335x_boneblack_vboot_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am335x_boneblack_vboot_defconfig b/configs/am335x_boneblack_vboot_defconfig index b52ddfdc7a..117a1465b4 100644 --- a/configs/am335x_boneblack_vboot_defconfig +++ b/configs/am335x_boneblack_vboot_defconfig @@ -13,3 +13,4 @@ CONFIG_SYS_EXTRA_OPTIONS="EMMC_BOOT,ENABLE_VBOOT" # CONFIG_CMD_SETEXPR is not set CONFIG_OF_CONTROL=y CONFIG_SPI_FLASH=y +CONFIG_DM_ETH=y |