From ed52ea507f120738b180d1a18a2945412b0ddb63 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Thu, 3 May 2018 23:00:35 +1200 Subject: net: add Kconfig for MVGBE Add Kconfig for MVGBE and update boards to select this. Signed-off-by: Chris Packham Reviewed-by: Stefan Roese --- configs/pogo_e02_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/pogo_e02_defconfig') diff --git a/configs/pogo_e02_defconfig b/configs/pogo_e02_defconfig index 8e01582b55..6d1af7748d 100644 --- a/configs/pogo_e02_defconfig +++ b/configs/pogo_e02_defconfig @@ -20,6 +20,8 @@ CONFIG_CMD_UBI=y CONFIG_ISO_PARTITION=y CONFIG_ENV_IS_IN_NAND=y # CONFIG_MMC is not set +CONFIG_NETDEVICES=y +CONFIG_MVGBE=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y -- cgit v1.2.1