mirror of
https://xff.cz/git/u-boot/
synced 2025-09-05 10:42:10 +02:00
We only need to enable DM_ETH if we have a networking driver. All networking drivers depend on DM_ETH being enabled, and their selection ensures DM_ETH will be enabled. Signed-off-by: Tom Rini <trini@konsulko.com>