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/openrd_client_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/openrd_client_defconfig') diff --git a/configs/openrd_client_defconfig b/configs/openrd_client_defconfig index 533a403248..fbc5b17b13 100644 --- a/configs/openrd_client_defconfig +++ b/configs/openrd_client_defconfig @@ -27,6 +27,8 @@ CONFIG_ISO_PARTITION=y CONFIG_ENV_IS_IN_NAND=y CONFIG_MVSATA_IDE=y # CONFIG_MMC_HW_PARTITIONING is not set +CONFIG_NETDEVICES=y +CONFIG_MVGBE=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y -- cgit