diff options
| author | Tom Rini <[email protected]> | 2022-11-27 10:25:03 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-07 16:04:16 -0500 |
| commit | 8457d023b8907fea75c47887c0cfb144c4bc3472 (patch) | |
| tree | 4df13650c3db0a7f2e1c84b7f78ed45d5d7e128c /board/tq | |
| parent | f6301702c1605184d2a72c0b453fd8846fc6c0d8 (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 <[email protected]>
Diffstat (limited to 'board/tq')
| -rw-r--r-- | board/tq/tqma6/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/tq/tqma6/Kconfig b/board/tq/tqma6/Kconfig index 1cd90718f4a..e7f23367afd 100644 --- a/board/tq/tqma6/Kconfig +++ b/board/tq/tqma6/Kconfig @@ -63,7 +63,6 @@ choice config MBA6 bool "TQMa6 on MBa6 Starterkit" - select DM_ETH select USB select CMD_USB select USB_STORAGE |
