From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 20 Feb 2021 04:54:58 -0700 Subject: [PATCH v2 26/38] virtio: Fix VirtIO BLK driver dependency In-Reply-To: <1613663886-83811-27-git-send-email-bmeng.cn@gmail.com> References: <1613663886-83811-1-git-send-email-bmeng.cn@gmail.com> <1613663886-83811-27-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 18 Feb 2021 at 09:00, Bin Meng wrote: > > The VirtIO BLK driver depends on the blk uclass driver. > Add the dependency in the Kconfig. > > Signed-off-by: Bin Meng > > --- > > Changes in v2: > - new patch: virtio: Fix VirtIO BLK driver dependency > > drivers/virtio/Kconfig | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Simon Glass