summaryrefslogtreecommitdiff
path: root/configs/MPC8641HPCN_defconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-03-21 13:47:41 (GMT)
committerTom Rini <trini@konsulko.com>2016-03-22 16:19:27 (GMT)
commit86e9dc86b1a2f815582e7e3ad1f7d64481350733 (patch)
treebb3f1b29966b686366db12a0573f2bd56821667c /configs/MPC8641HPCN_defconfig
parent6b336879954a01fc2222098aaa7e2e667bf6ff31 (diff)
downloadu-boot-fsl-qoriq-86e9dc86b1a2f815582e7e3ad1f7d64481350733.tar.xz
net: Move CONFIG_RTL8139 to Kconfig
Introduce CONFIG_RTL8139 in Kconfig and move over boards' defconfig to use that. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com> [trini: Fixup MPC8641HPCN* and r2dplus configs] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/MPC8641HPCN_defconfig')
-rw-r--r--configs/MPC8641HPCN_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/MPC8641HPCN_defconfig b/configs/MPC8641HPCN_defconfig
index 2e0254f..b745f8b 100644
--- a/configs/MPC8641HPCN_defconfig
+++ b/configs/MPC8641HPCN_defconfig
@@ -4,5 +4,6 @@ CONFIG_TARGET_MPC8641HPCN=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_OF_STDOUT_VIA_ALIAS=y
# CONFIG_CMD_SETEXPR is not set
+CONFIG_RTL8139=y
CONFIG_SYS_NS16550=y
CONFIG_OF_LIBFDT=y