From: Razvan Stefanescu Date: Tue, 18 Dec 2018 11:10:24 +0000 (+0200) Subject: board: sama5d2_icp: Enable MACB driver X-Git-Tag: v2019.07-rc1~12^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ec8cc1613c0c66960becf27449d5f3dd444085b;p=platform%2Fkernel%2Fu-boot.git board: sama5d2_icp: Enable MACB driver Signed-off-by: Razvan Stefanescu --- diff --git a/configs/sama5d2_icp_mmc_defconfig b/configs/sama5d2_icp_mmc_defconfig index 203b869..6d4d199 100644 --- a/configs/sama5d2_icp_mmc_defconfig +++ b/configs/sama5d2_icp_mmc_defconfig @@ -61,6 +61,8 @@ CONFIG_I2C_EEPROM=y CONFIG_DM_MMC=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_ATMEL=y +CONFIG_DM_ETH=y +CONFIG_MACB=y CONFIG_PINCTRL=y CONFIG_SPL_PINCTRL=y CONFIG_PINCTRL_AT91PIO4=y