diff options
author | Chris Packham | 2018-05-03 23:00:35 +1200 |
---|---|---|
committer | Tom Rini | 2018-05-14 21:28:38 -0400 |
commit | ed52ea507f120738b180d1a18a2945412b0ddb63 (patch) | |
tree | aed7045c6e6f3543471abfa80210f1153ace65ef /configs/pogo_e02_defconfig | |
parent | edcf7eacbd733fdb1c9bbf6edf8db7f536171932 (diff) |
net: add Kconfig for MVGBE
Add Kconfig for MVGBE and update boards to select this.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/pogo_e02_defconfig')
-rw-r--r-- | configs/pogo_e02_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/pogo_e02_defconfig b/configs/pogo_e02_defconfig index 8e01582b556..6d1af7748d5 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 |