On Thu, 18 Feb 2021 at 09:00, Bin Meng <bmeng...@gmail.com> wrote: > > The VirtIO BLK driver depends on the blk uclass driver. > Add the dependency in the Kconfig. > > Signed-off-by: Bin Meng <bmeng...@gmail.com> > > --- > > Changes in v2: > - new patch: virtio: Fix VirtIO BLK driver dependency > > drivers/virtio/Kconfig | 1 + > 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass <s...@chromium.org>