commit | 3933d2943e75e079e2d7e9bd179eff9c0cd2ed42 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Aug 01 18:54:44 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 13 18:23:13 2021 -0400 |
tree | 2d5ca9ca127c472cf24cf163a3e7f745722141eb | |
parent | c93daf9804f5c3e85b162449a90fdf4bfa8945e4 [diff] [blame] |
pci: Drop DM_PCI This option has not effect now. Drop it, using PCI instead where needed. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index 1835607..863c3fb 100644 --- a/drivers/virtio/Kconfig +++ b/drivers/virtio/Kconfig
@@ -31,7 +31,7 @@ config VIRTIO_PCI bool "PCI driver for virtio devices" - depends on DM_PCI + depends on PCI select VIRTIO help This driver provides support for virtio based paravirtual device