summaryrefslogtreecommitdiff
path: root/board/keymile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-27 10:25:03 -0500
committerTom Rini <trini@konsulko.com>2022-12-07 16:04:16 -0500
commit8457d023b8907fea75c47887c0cfb144c4bc3472 (patch)
tree4df13650c3db0a7f2e1c84b7f78ed45d5d7e128c /board/keymile
parentf6301702c1605184d2a72c0b453fd8846fc6c0d8 (diff)
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>
Diffstat (limited to 'board/keymile')
-rw-r--r--board/keymile/km83xx/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/keymile/km83xx/Kconfig b/board/keymile/km83xx/Kconfig
index ef3c62b9de..f87a2e6416 100644
--- a/board/keymile/km83xx/Kconfig
+++ b/board/keymile/km83xx/Kconfig
@@ -6,7 +6,6 @@ config KM_ENABLE_FULL_DM_DTS_SUPPORT
default y
select CMD_DM
select DM
- select DM_ETH
select DM_MDIO
select DM_SERIAL
select OF_CONTROL