
Hi Tom,
On Tue, 2 Aug 2022 at 05:35, Tom Rini trini@konsulko.com wrote:
The deadline for DM_ETH migration passed 2 years ago. Now that platforms which cannot be migrated have been either removed or had drivers disabled, and platforms that needed minor help to migrate have been forcefully migrated, we can complete the migration.
This entails select'ing DM_ETH under NETDEVICES, and then removing now extraneous depends on lines. In a few places, we can now either remove options or just simplify later dependencies.
Cc: Ramon Fried rfried.dev@gmail.com Cc: Simon Glass sjg@chromium.org Signed-off-by: Tom Rini trini@konsulko.com
Makefile | 1 - drivers/net/Kconfig | 78 ++++++++++++--------------------------------- 2 files changed, 21 insertions(+), 58 deletions(-)
With this I saw a build error on MCR3000, but perhaps you have send a removal patch for it, which I missed?
Regards, Simon