[PATCH v4 4/6] virtio: cmd: Depend on VIRTIO_BLK
Simon Glass
sjg at chromium.org
Mon Apr 13 17:03:25 CEST 2026
On 2026-04-13T09:22:34, Daniel Palmer <daniel at thingy.jp> wrote:
> virtio: cmd: Depend on VIRTIO_BLK
>
> The virtio command is calling virtio blk functions but currently
> depends on CONFIG_VIRTIO only. This means disabling CONFIG_VIRTIO_BLK
> causes the final link to fail.
>
> Since CONFIG_VIRTIO_BLK depends on CONFIG_VIRTIO switch to depending
> on just CONFIG_VIRTIO_BLK
>
> Signed-off-by: Daniel Palmer <daniel at thingy.jp>
>
> cmd/Kconfig | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list