diff options
| author | Tuomas Tynkkynen <[email protected]> | 2018-10-15 02:21:12 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2018-11-14 09:16:27 -0800 |
| commit | 78e12901f3fc8d228bd050f35594e1994f6a7d35 (patch) | |
| tree | c2640b7f9fe4ca591608c06552c0489666377e45 /cmd/Kconfig | |
| parent | f4802209e59da759b2d1bfcf136d6855984a5d05 (diff) | |
virtio: cmd: Add virtio command for virtio devices
Add 'virtio' command in U-Boot command line.
Signed-off-by: Tuomas Tynkkynen <[email protected]>
Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'cmd/Kconfig')
| -rw-r--r-- | cmd/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index ad14c9ce712..d609f9d1c96 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1065,6 +1065,13 @@ config CMD_USB_MASS_STORAGE help USB mass storage support +config CMD_VIRTIO + bool "virtio" + depends on VIRTIO + default y if VIRTIO + help + VirtIO block device support + config CMD_AXI bool "axi" depends on AXI |
