diff options
author | Mario Six <mario.six@gdsys.cc> | 2018-04-27 14:52:21 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-14 21:28:38 -0400 |
commit | a8ca5c8adb3efe892982389aae8b2a234939a588 (patch) | |
tree | 326e476a19cfe0abbb8e4ab550d51c089651f4f0 /configs/MPC8555CDS_legacy_defconfig | |
parent | db6b0281eca0dc4a1a40d9ef52d543b09979a1bf (diff) | |
download | u-boot-a8ca5c8adb3efe892982389aae8b2a234939a588.tar.gz |
treewide: Move CONFIG_PHY_MARVELL to Kconfig
The CONFIG_PHY_MARVELL has already been migrated to Kconfig (some boards
already had it in their Kconfig), but had not been moved for older
boards.
Move it to the defconfigs for all boards.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'configs/MPC8555CDS_legacy_defconfig')
-rw-r--r-- | configs/MPC8555CDS_legacy_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/MPC8555CDS_legacy_defconfig b/configs/MPC8555CDS_legacy_defconfig index 1403136d6e..4d1acd4c4d 100644 --- a/configs/MPC8555CDS_legacy_defconfig +++ b/configs/MPC8555CDS_legacy_defconfig @@ -18,6 +18,7 @@ CONFIG_CMD_PING=y CONFIG_ENV_IS_IN_FLASH=y # CONFIG_MMC is not set CONFIG_MTD_NOR_FLASH=y +CONFIG_PHY_MARVELL=y CONFIG_NETDEVICES=y CONFIG_TSEC_ENET=y CONFIG_CONS_INDEX=2 |