global: Remove extraneous DM_ETH imply/select
authorTom Rini <trini@konsulko.com>
Sun, 27 Nov 2022 15:25:03 +0000 (10:25 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 7 Dec 2022 21:04:16 +0000 (16:04 -0500)
commit8457d023b8907fea75c47887c0cfb144c4bc3472
tree4df13650c3db0a7f2e1c84b7f78ed45d5d7e128c
parentf6301702c1605184d2a72c0b453fd8846fc6c0d8
global: Remove extraneous DM_ETH imply/select

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>
12 files changed:
arch/Kconfig
arch/arm/Kconfig
arch/arm/mach-at91/Kconfig
arch/arm/mach-imx/mx5/Kconfig
arch/arm/mach-imx/mx6/Kconfig
arch/arm/mach-omap2/am33xx/Kconfig
arch/arm/mach-snapdragon/Kconfig
arch/arm/mach-tegra/Kconfig
arch/mips/Kconfig
board/armltd/vexpress64/Kconfig
board/keymile/km83xx/Kconfig
board/tq/tqma6/Kconfig