summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorWills Wang <wills.wang@live.com>2016-05-30 22:54:51 +0800
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-05-31 10:17:54 +0200
commit04583c686e61e6883158549603d60741ebf249fe (patch)
treeca090c41e74ba31564686bba6baa95d3152941b8 /configs
parent375239174c6bc6a9966db333fa79f578154828f5 (diff)
downloadblackbird-obmc-uboot-04583c686e61e6883158549603d60741ebf249fe.tar.gz
blackbird-obmc-uboot-04583c686e61e6883158549603d60741ebf249fe.zip
mips: ath79: ap121: Enable ethernet
This patch enable network function for ap121 board. Signed-off-by: Wills Wang <wills.wang@live.com> Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/ap121_defconfig9
1 files changed, 7 insertions, 2 deletions
diff --git a/configs/ap121_defconfig b/configs/ap121_defconfig
index 7604e2ee16..91fa734691 100644
--- a/configs/ap121_defconfig
+++ b/configs/ap121_defconfig
@@ -19,8 +19,13 @@ CONFIG_SYS_PROMPT="ap121 # "
CONFIG_CMD_SF=y
CONFIG_CMD_SPI=y
# CONFIG_CMD_FPGA is not set
-# CONFIG_CMD_NET is not set
-# CONFIG_CMD_NFS is not set
+CONFIG_CMD_NET=y
+CONFIG_CMD_NFS=y
+CONFIG_CMD_DHCP=y
+CONFIG_CMD_PING=y
+CONFIG_NET_RANDOM_ETHADDR=y
+CONFIG_DM_ETH=y
+CONFIG_AG7XXX=y
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_BAR=y
CONFIG_SPI_FLASH_ATMEL=y
OpenPOWER on IntegriCloud