summaryrefslogtreecommitdiff
path: root/target/linux
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-04-22 20:24:06 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-04-22 20:24:06 +0200
commit695f6dab7eba79a3b1fb34a501cacd671df4fbb8 (patch)
treefbfd5ac50f1785ffe784d7b0ab2da66e934f980b /target/linux
parentbddf022e9c08ccb535ffb6b259031e1198c3b705 (diff)
make rb532 bootable from nand again
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/config/Config.in.fs24
1 files changed, 24 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs
index 6e85b0b08..b981c530f 100644
--- a/target/linux/config/Config.in.fs
+++ b/target/linux/config/Config.in.fs
@@ -1,5 +1,29 @@
menu "Filesystems support"
+config ADK_KERNEL_YAFFS_FS
+ tristate
+ default n
+
+config ADK_KERNEL_YAFFS_YAFFS1
+ boolean
+ default n
+
+config ADK_KERNEL_YAFFS_YAFFS2
+ boolean
+ default n
+
+config ADK_KERNEL_YAFFS_AUTO_YAFFS2
+ boolean
+ default n
+
+config ADK_KERNEL_YAFFS_CHECKPOINT_RESERVED_BLOCKS
+ int
+ default 0
+
+config ADK_KERNEL_YAFFS_SHORT_NAMES_IN_RAM
+ boolean
+ default n
+
config ADK_KERNEL_MISC_FILESYSTEMS
boolean
default n