diff options
author | Simon Glass <sjg@chromium.org> | 2022-08-11 19:34:41 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-09-16 11:05:00 -0400 |
commit | 6b03b9d5b7b9efee81bdb01d17c291107818371e (patch) | |
tree | dfa27bf4d9064b911a06c3a2af032ac95db1a365 /drivers/virtio | |
parent | e7b1018dd377849780138a2b9aae59cf840fade6 (diff) | |
download | u-boot-6b03b9d5b7b9efee81bdb01d17c291107818371e.tar.gz u-boot-6b03b9d5b7b9efee81bdb01d17c291107818371e.tar.bz2 u-boot-6b03b9d5b7b9efee81bdb01d17c291107818371e.zip |
blk: Enable CONFIG_BLK for all media
Enable this option on all boards which support block devices. Drop the
related depencies on BLK since these are not needed anymore.
Disable BLOCK_CACHE on M5253DEMO as this causes a build error.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/virtio')
-rw-r--r-- | drivers/virtio/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index 586263ec88..852f6735b6 100644 --- a/drivers/virtio/Kconfig +++ b/drivers/virtio/Kconfig @@ -64,7 +64,6 @@ config VIRTIO_NET config VIRTIO_BLK bool "virtio block driver" depends on VIRTIO - depends on BLK help This is the virtual block driver for virtio. It can be used with QEMU based targets. |