summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.fs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-30 22:45:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-30 22:45:29 +0100
commit220a96f9926788ed531717f78e44fdf1e7ab3b34 (patch)
tree406f65eea71fabd8cf66c2bd1108ec63f8c349ee /target/linux/config/Config.in.fs
parent38af8185ea05a1c5d1abb32a68a025e3b4afa4d6 (diff)
rework architecture / embedded systems concept
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
Diffstat (limited to 'target/linux/config/Config.in.fs')
-rw-r--r--target/linux/config/Config.in.fs22
1 files changed, 5 insertions, 17 deletions
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs
index e6f7c8043..852d46c6a 100644
--- a/target/linux/config/Config.in.fs
+++ b/target/linux/config/Config.in.fs
@@ -2,19 +2,15 @@ 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
@@ -22,15 +18,12 @@ config ADK_KERNEL_YAFFS_CHECKPOINT_RESERVED_BLOCKS
config ADK_KERNEL_YAFFS_SHORT_NAMES_IN_RAM
boolean
- default n
config ADK_KERNEL_MISC_FILESYSTEMS
boolean
- default n
config ADK_KERNEL_EXT3_FS_XATTR
boolean
- default n
config ADK_KERNEL_FAT_DEFAULT_CODEPAGE
int
@@ -53,6 +46,8 @@ config ADK_KERNEL_SQUASHFS
config ADK_KERNEL_EXT2_FS
boolean
+ default y if ADK_TARGET_WITH_CF
+ default y if ADK_TARGET_WITH_MMC
default n
config ADK_KPACKAGE_KMOD_EXT2_FS
@@ -100,14 +95,12 @@ config ADK_KPACKAGE_KMOD_EXT3_FS
config ADK_KERNEL_EXT4_FS
boolean
select ADK_KERNEL_CRC16
- depends on !ADK_LINUX_CRIS_FOXBOARD
default n
config ADK_KPACKAGE_KMOD_EXT4_FS
prompt "kmod-fs-ext4...................... EXT4 filesystem support"
tristate
depends on !ADK_KERNEL_EXT4_FS
- depends on !ADK_LINUX_CRIS_FOXBOARD
select ADK_KPACKAGE_KMOD_CRC16
default n
help
@@ -156,17 +149,13 @@ config ADK_KPACKAGE_KMOD_NTFS_FS
Linux on your computer it is safe to say N.
Kernel modules for NTFS support
-config ADK_KERNEL_FAT_FS
- tristate
- default n
-
config ADK_KPACKAGE_KMOD_VFAT_FS
- prompt "kmod-fs-vfat...................... VFAT filesystem support"
- select ADK_KERNEL_FAT_FS
+ prompt "kmod-vfat-fs....................... VFAT filesystem support"
+ tristate
select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
select ADK_KPACKAGE_KMOD_NLS_CODEPAGE_850
select ADK_KPACKAGE_KMOD_NLS_ISO8859_1
- tristate
+ default y if ADK_TARGET_WITH_MMC
default n
help
This option provides support for normal Windows file systems with
@@ -240,7 +229,6 @@ config ADK_KPACKAGE_KMOD_UDF_FS
prompt "kmod-fs-udf....................... UDF file system support"
tristate
select ADK_KPACKAGE_KMOD_CRC_ITU_T
- depends on !ADK_LINUX_CRIS_FOXBOARD
default n
help
This is the new file system used on some CD-ROMs and DVDs. Say Y if