On 12/13/22 04:46, Daniel Golle wrote: > diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig > index a41145d52de9..f8618bc869b2 100644 > --- a/drivers/block/Kconfig > +++ b/drivers/block/Kconfig > @@ -383,6 +383,17 @@ config VIRTIO_BLK > This is the virtual block driver for virtio. It can be used with > QEMU based VMMs (like KVM or Xen). Say Y or M. > > +config UIMAGE_FIT_BLK > + bool "uImage.FIT block driver" > + help > + This is driver allows using filesystems contained in uImage.FIT images This driver allows > + by mapping them as block devices. > + > + This driver can currently not be built as a module. > + > + Say Y if you want to mount filesystems sub-images of a uImage.FIT > + stored in a block device partition, mtdblock or ubiblock device. -- ~Randy