diff options
Diffstat (limited to 'target/linux/config/Config.in.fs')
| -rw-r--r-- | target/linux/config/Config.in.fs | 33 | 
1 files changed, 17 insertions, 16 deletions
| diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs index 377122dc5..69af555c8 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 @@ -60,8 +72,6 @@ config ADK_KERNEL_SQUASHFS  config ADK_KERNEL_EXT2_FS  	boolean -	default y if ADK_TARGET_WITH_CF -	default y if ADK_TARGET_WITH_MMC && !ADK_TARGET_SYSTEM_RASPBERRY_PI  	default y if ADK_TARGET_SYSTEM_LEMOTE_YEELONG  	default n @@ -70,7 +80,6 @@ config ADK_KPACKAGE_KMOD_EXT2_FS  	tristate  	default n  	depends on !ADK_KERNEL_EXT2_FS -	select ADK_KERNEL_BLOCK  	help  	  Ext2 is a standard Linux file system for hard disks. @@ -88,7 +97,6 @@ config ADK_KPACKAGE_KMOD_EXT3_FS  	tristate  	select ADK_KPACKAGE_KMOD_FS_MBCACHE if !ADK_KERNEL_EXT4_FS  	depends on !ADK_KERNEL_EXT3_FS -	select ADK_KERNEL_BLOCK  	default n  	help  	  This is the journalling version of the Second extended file system @@ -126,7 +134,6 @@ config ADK_KPACKAGE_KMOD_EXT4_FS  	select ADK_KPACKAGE_KMOD_FS_MBCACHE  	select ADK_KPACKAGE_KMOD_CRC16  	depends on !ADK_KERNEL_EXT4_FS  -	select ADK_KERNEL_BLOCK  	default n  	help  	  Ext4 filesystem. @@ -137,7 +144,6 @@ config ADK_KPACKAGE_KMOD_HFSPLUS_FS  	select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS  	select ADK_KPACKAGE_KMOD_NLS_UTF8  	select ADK_KERNEL_MISC_FILESYSTEMS -	select ADK_KERNEL_BLOCK  	default n  	help  	  If you say Y here, you will be able to mount extended format @@ -152,7 +158,6 @@ config ADK_KPACKAGE_KMOD_NTFS_FS  	prompt "kmod-fs-ntfs...................... NTFS file system support"  	tristate  	select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS -	select ADK_KERNEL_BLOCK  	default n  	help  	  NTFS is the file system of Microsoft Windows NT, 2000, XP and 2003. @@ -183,8 +188,7 @@ config ADK_KPACKAGE_KMOD_VFAT_FS  	select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS  	select ADK_KPACKAGE_KMOD_NLS_CODEPAGE_850  	select ADK_KPACKAGE_KMOD_NLS_ISO8859_1 -	select ADK_KERNEL_BLOCK -	default y if ADK_TARGET_WITH_MMC +	default y if ADK_TARGET_SYSTEM_RASPBERRY_PI  	default n  	help  	  This option provides support for normal Windows file systems with @@ -207,7 +211,6 @@ config ADK_KPACKAGE_KMOD_XFS_FS  	tristate  	select ADK_KERNEL_EXPORTFS  	select ADK_KPACKAGE_KMOD_CRYPTO_CRC32C -	select ADK_KERNEL_BLOCK  	depends on !ADK_KERNEL_XFS_FS  	default n  	help @@ -223,7 +226,7 @@ config ADK_KPACKAGE_KMOD_XFS_FS  	  with the IRIX version of XFS.  config ADK_KPACKAGE_KMOD_FUSE_FS -	prompt   "kmod-fs-fuse...................... Filesystem in Userspace support" +	prompt   "kmod-fuse-fs...................... Filesystem in Userspace support"  	tristate  	default n  	help @@ -246,7 +249,6 @@ config ADK_KPACKAGE_KMOD_ISO9660_FS  	prompt "kmod-fs-iso9660................... ISO 9660 CDROM file system support"  	tristate  	select ADK_KERNEL_JOLIET -	select ADK_KERNEL_BLOCK  	default n  	help  	  This is the standard file system used on CD-ROMs.  It was previously @@ -263,7 +265,6 @@ config ADK_KPACKAGE_KMOD_UDF_FS  	prompt "kmod-fs-udf....................... UDF file system support"  	tristate  	select ADK_KPACKAGE_KMOD_CRC_ITU_T -	select ADK_KERNEL_BLOCK  	default n  	help  	  This is the new file system used on some CD-ROMs and DVDs. Say Y if | 
