From: Mugunthan V N Date: Mon, 7 Sep 2015 08:52:22 +0000 (+0530) Subject: defconfig: am335x: bbb: enable ethernet driver model X-Git-Tag: KARO-TXSD-2017-03-15~3075 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0c615e35aaced1a3b0c7fd8e464149efa40d0b81;p=karo-tx-uboot.git 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 Reviewed-by: Tom Rini --- 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