diff options
-rw-r--r-- | target/linux/config/Config.in.fs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs index 7c25754d1..b6226fc19 100644 --- a/target/linux/config/Config.in.fs +++ b/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 |