|
@@ -80,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.
|
|
|
|
|
@@ -98,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
|
|
@@ -136,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.
|
|
@@ -147,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
|
|
@@ -162,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.
|
|
@@ -193,7 +188,6 @@ 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_SYSTEM_RASPBERRY_PI
|
|
|
default n
|
|
|
help
|
|
@@ -217,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
|
|
@@ -256,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
|
|
@@ -273,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
|