Kaynağa Gözat

target/linux/config: Allow enabling UBIFS support

Signed-off-by: Phil Sutter <phil@nwl.cc>
Phil Sutter 7 yıl önce
ebeveyn
işleme
ef4507fb81
1 değiştirilmiş dosya ile 14 ekleme ve 0 silme
  1. 14 0
      target/linux/config/Config.in.fs

+ 14 - 0
target/linux/config/Config.in.fs

@@ -266,6 +266,20 @@ config ADK_KERNEL_YAFFS_FS
 	help
 	  YAFFS2 filesystem for NAND devices
 
+config ADK_KERNEL_MTD_UBI_GLUEBI
+	bool
+
+config ADK_KERNEL_MTD_UBI
+	tristate
+	select ADK_KERNEL_MTD
+	select ADK_KERNEL_MTD_UBI_GLUEBI
+
+config ADK_KERNEL_UBIFS_FS
+	tristate "UBIFS Filesystem"
+	select ADK_KERNEL_MTD_UBI
+	help
+	  UBIFS is a file system for flash devices which works on top of UBI.
+
 endmenu