diff options
author | Simon Glass <sjg@chromium.org> | 2021-08-01 18:54:44 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-13 18:23:13 -0400 |
commit | 3232bdf0b30b057ace64f192bc55a0bed4199770 (patch) | |
tree | 2d5ca9ca127c472cf24cf163a3e7f745722141eb /drivers/virtio | |
parent | 23cacd57040244e3ecab3e95a36f08c8242159b2 (diff) | |
download | u-boot-3232bdf0b30b057ace64f192bc55a0bed4199770.tar.gz u-boot-3232bdf0b30b057ace64f192bc55a0bed4199770.tar.bz2 u-boot-3232bdf0b30b057ace64f192bc55a0bed4199770.zip |
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>
Diffstat (limited to 'drivers/virtio')
-rw-r--r-- | drivers/virtio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index 1835607083..863c3fbe02 100644 --- a/drivers/virtio/Kconfig +++ b/drivers/virtio/Kconfig @@ -31,7 +31,7 @@ config VIRTIO_MMIO 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 |