diff options
author | Mario Six <mario.six@gdsys.cc> | 2018-03-28 14:38:18 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-08 15:12:53 -0400 |
commit | 171510522eb3dd723d84ed21d800440d1276a91a (patch) | |
tree | 815248bee33b0994131eea4db4d87e9feba207ac /configs/MPC8308RDB_defconfig | |
parent | 78eba69d98b02aeba9faf00a89266282ec35fd44 (diff) | |
download | u-boot-171510522eb3dd723d84ed21d800440d1276a91a.zip u-boot-171510522eb3dd723d84ed21d800440d1276a91a.tar.gz u-boot-171510522eb3dd723d84ed21d800440d1276a91a.tar.bz2 |
treewide: Migrate CONFIG_TSEC_ENET to Kconfig
Migrate the CONFIG_TSEC_ENET option to Kconfig.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'configs/MPC8308RDB_defconfig')
-rw-r--r-- | configs/MPC8308RDB_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/MPC8308RDB_defconfig b/configs/MPC8308RDB_defconfig index a82f51d..763bca4 100644 --- a/configs/MPC8308RDB_defconfig +++ b/configs/MPC8308RDB_defconfig @@ -23,6 +23,7 @@ CONFIG_BOOTP_BOOTPATH=y CONFIG_BOOTP_GATEWAY=y CONFIG_BOOTP_HOSTNAME=y CONFIG_MTD_NOR_FLASH=y -CONFIG_PHYLIB=y +CONFIG_NETDEVICES=y +CONFIG_TSEC_ENET=y CONFIG_SYS_NS16550=y CONFIG_OF_LIBFDT=y |