summaryrefslogtreecommitdiff
path: root/board/armltd/vexpress64/Kconfig
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/armltd/vexpress64/Kconfig
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/armltd/vexpress64/Kconfig')
-rw-r--r--board/armltd/vexpress64/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/armltd/vexpress64/Kconfig b/board/armltd/vexpress64/Kconfig
index c7adae0ea7..5616e223a9 100644
--- a/board/armltd/vexpress64/Kconfig
+++ b/board/armltd/vexpress64/Kconfig
@@ -14,7 +14,6 @@ config VEXPRESS64_BASE_MODEL
select SEMIHOSTING
select VIRTIO_BLK if VIRTIO_MMIO
select VIRTIO_NET if VIRTIO_MMIO
- select DM_ETH if VIRTIO_NET
select LINUX_KERNEL_IMAGE_HEADER
select POSITION_INDEPENDENT