diff options
| author | Tom Rini <[email protected]> | 2026-05-22 16:46:42 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-05-22 16:47:54 -0600 |
| commit | bb354d04459f5425318aeb8a70bae995ee573f1d (patch) | |
| tree | 8016f1225bb1174f3a99714f42ed179f7c0e2a8d /cmd | |
| parent | 21a3b9f03b05467ec7422399a92a43f89dd2b526 (diff) | |
| parent | 3dc2761d6347c35fe15fef64592d20946396872d (diff) | |
Merge patch series "Add virtio-mmio support to m68k virt machine"
Daniel Palmer <[email protected]> says:
Lets start making the m68k virt machine support useful.
First we need to fix some m68k endian issues.
Then allow virtio mmio driver instances to be created with
platform data and fix a minor endian issue.
Finally, add the code for the board to create the instances.
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index c71c6824a19..032e55e8127 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1871,8 +1871,8 @@ config CMD_PVBLOCK config CMD_VIRTIO bool "virtio" - depends on VIRTIO - default y if VIRTIO + depends on VIRTIO_BLK + default y if VIRTIO_BLK help VirtIO block device support |
