소스 검색

target/linux/config: Allow enabling UBIFS support

Signed-off-by: Phil Sutter <phil@nwl.cc>
Phil Sutter 7 년 전
부모
커밋
ef4507fb81
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  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