summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.fs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-23 09:01:34 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-23 09:01:34 +0100
commit4d356d886b6c895112b920541ce1e063e7b68ee5 (patch)
tree2c62f4a08b9e6dc911446ae636279c4900fa0f9f /target/linux/config/Config.in.fs
parent57709533db2c49e29acdb5a3aa20de1920fd87a8 (diff)
parent6647520d52d800175545414c027d75ac39c07ecc (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/config/Config.in.fs')
-rw-r--r--target/linux/config/Config.in.fs18
1 files changed, 15 insertions, 3 deletions
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs
index a41a40263..3cb0517ac 100644
--- a/target/linux/config/Config.in.fs
+++ b/target/linux/config/Config.in.fs
@@ -11,9 +11,6 @@ config ADK_KERNEL_EXPORTFS
boolean
default y
-config ADK_KERNEL_JFFS2_FS
- boolean
-
config ADK_KERNEL_YAFFS_FS
tristate
@@ -51,6 +48,21 @@ config ADK_KERNEL_SQUASHFS_XZ
boolean
default n
+config ADK_KERNEL_JFFS2_COMPRESSION_OPTIONS
+ boolean
+ default n
+
+config ADK_KERNEL_JFFS2_ZLIB
+ boolean
+ default n
+
+config ADK_KERNEL_JFFS2_FS
+ prompt "jffs2............................. JFFS2 filesystem"
+ select ADK_KERNEL_MISC_FILESYSTEMS
+ select ADK_KERNEL_JFFS2_COMPRESSION_OPTIONS
+ select ADK_KERNEL_JFFS2_ZLIB
+ boolean
+
config ADK_KERNEL_SQUASHFS
prompt "squashfs.......................... SquashFS filesystem"
boolean