]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ubi: Depend on MTD
authorJohn Watts <contact@jookia.org>
Thu, 11 Apr 2024 05:05:48 +0000 (15:05 +1000)
committerDario Binacchi <dario.binacchi@amarulasolutions.com>
Mon, 17 Jun 2024 07:43:45 +0000 (09:43 +0200)
UBI required MTD to build correctly, add it as a Kconfig dependency.

Link: https://lore.kernel.org/all/20240411-mtd-v1-1-fe300f6ab657@jookia.org
Signed-off-by: John Watts <contact@jookia.org>
Reviewed-by: Michael Trimarchi <michael@amarulasolutins.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
drivers/mtd/ubi/Kconfig

index 5783d36c048fbd9bdc4c1d3110987337bd7feeea..fd446d6efb3369e270e28b776ad7ae5a9153318d 100644 (file)
@@ -9,6 +9,7 @@ config UBI_SILENCE_MSG
 
 config MTD_UBI
        bool "Enable UBI - Unsorted block images"
+       depends on MTD
        select RBTREE
        select MTD_PARTITIONS
        help