summaryrefslogtreecommitdiffstats
path: root/configs/mt7623n_bpir2_defconfig
diff options
context:
space:
mode:
authorWeijie Gao <weijie.gao@mediatek.com>2018-12-20 16:12:56 +0800
committerTom Rini <trini@konsulko.com>2019-01-14 17:43:18 -0500
commit8505cdde8eb3afa8254e864f48574bc1d52c01f2 (patch)
treeebfbf1cc9c3b7a1a20eaad14a0d4d87ac205959a /configs/mt7623n_bpir2_defconfig
parent9d42b613a8f45fb8fc91c43a40b6e4723b56eb63 (diff)
downloadu-boot-8505cdde8eb3afa8254e864f48574bc1d52c01f2.tar.gz
u-boot-8505cdde8eb3afa8254e864f48574bc1d52c01f2.tar.xz
u-boot-8505cdde8eb3afa8254e864f48574bc1d52c01f2.zip
arm: MediaTek: add ethernet support for MT7623 boards
Enable ethernet related configs to mt7623n_bpir2_defconfig. Add default IP addresses. Enable noncached memory region required by ethernet driver. Signed-off-by: Mark Lee <Mark-MC.Lee@mediatek.com>
Diffstat (limited to 'configs/mt7623n_bpir2_defconfig')
-rw-r--r--configs/mt7623n_bpir2_defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/mt7623n_bpir2_defconfig b/configs/mt7623n_bpir2_defconfig
index ae4fb280dc..53ac63e19c 100644
--- a/configs/mt7623n_bpir2_defconfig
+++ b/configs/mt7623n_bpir2_defconfig
@@ -28,6 +28,7 @@ CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
CONFIG_OF_EMBED=y
CONFIG_DEFAULT_DEVICE_TREE="mt7623n-bananapi-bpi-r2"
+CONFIG_NET_RANDOM_ETHADDR=y
CONFIG_REGMAP=y
CONFIG_SYSCON=y
# CONFIG_BLOCK_CACHE is not set
@@ -37,6 +38,11 @@ CONFIG_DM_MMC=y
# CONFIG_MMC_QUIRKS is not set
CONFIG_MMC_HS400_SUPPORT=y
CONFIG_MMC_MTK=y
+CONFIG_DM_RESET=y
+CONFIG_RESET_MEDIATEK=y
+CONFIG_PHY_FIXED=y
+CONFIG_DM_ETH=y
+CONFIG_MEDIATEK_ETH=y
CONFIG_PINCTRL=y
CONFIG_PINCONF=y
CONFIG_PINCTRL_MT7623=y