[U-Boot] [PATCH 5/5] Make ubifs selectable by Kconfig

Lars Poeschel poeschel at lemonage.de
Wed Jun 10 10:41:03 CEST 2015


Users who want to use ubifs can now select it by Kconfig.
Selecting it by board config include is still possible.

Signed-off-by: Lars Poeschel <poeschel at lemonage.de>
---
 fs/ubifs/Kconfig | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/fs/ubifs/Kconfig b/fs/ubifs/Kconfig
index e69de29..c5f9714 100644
--- a/fs/ubifs/Kconfig
+++ b/fs/ubifs/Kconfig
@@ -0,0 +1,8 @@
+config CMD_UBIFS
+	bool "ubifs"
+	depends on CMD_UBI
+	select LZO
+	help
+	  UBIFS is a file system for flash devices which works on top of UBI.
+	  Please, consult the MTD web site for more details
+	  (www.linux-mtd.infradead.org)
-- 
2.1.4



More information about the U-Boot mailing list