From 8f2fe0c86c56175dd7d5d0e3bc26bef41f224f03 Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Wed, 21 Sep 2016 07:58:19 +0200 Subject: kconfig: introduce kconfig for UBI move the UBI config options into Kconfig. Signed-off-by: Heiko Schocher Reviewed-by: Simon Glass Reviewed-by: Andrew F. Davis Reviewed by: Evgeni Dobrev --- cmd/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cmd') diff --git a/cmd/Kconfig b/cmd/Kconfig index d28da54..9ed7976 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -705,4 +705,16 @@ config CMD_FS_GENERIC fs types. endmenu +config CMD_UBI + tristate "Enable UBI - Unsorted block images commands" + select CRC32 + select MTD_UBI + help + UBI is a software layer above MTD layer which admits use of LVM-like + logical volumes on top of MTD devices, hides some complexities of + flash chips like wear and bad blocks and provides some other useful + capabilities. Please, consult the MTD web site for more details + (www.linux-mtd.infradead.org). Activate this option if you want + to use U-Boot UBI commands. + endmenu -- cgit v1.1