Kconfig (39f0247d3823e4e0bf8f6838a10362864b1e1053) Kconfig (9361401eb7619c033e2394e4f9f6d410d6719ac7)
1#
2# File system configuration
3#
4
5menu "File systems"
6
1#
2# File system configuration
3#
4
5menu "File systems"
6
7if BLOCK
8
7config EXT2_FS
8 tristate "Second extended fs support"
9 help
10 Ext2 is a standard Linux file system for hard disks.
11
12 To compile this file system support as a module, choose M here: the
13 module will be called ext2. Be aware however that the file system
14 of your root partition (the one containing the directory /) cannot

--- 379 unchanged lines hidden (view full) ---

394 To compile this file system support as a module, choose M here: the
395 module will be called romfs. Note that the file system of your
396 root partition (the one containing the directory /) cannot be a
397 module.
398
399 If you don't know whether you need it, then you don't need it:
400 answer N.
401
9config EXT2_FS
10 tristate "Second extended fs support"
11 help
12 Ext2 is a standard Linux file system for hard disks.
13
14 To compile this file system support as a module, choose M here: the
15 module will be called ext2. Be aware however that the file system
16 of your root partition (the one containing the directory /) cannot

--- 379 unchanged lines hidden (view full) ---

396 To compile this file system support as a module, choose M here: the
397 module will be called romfs. Note that the file system of your
398 root partition (the one containing the directory /) cannot be a
399 module.
400
401 If you don't know whether you need it, then you don't need it:
402 answer N.
403
404endif
405
402config INOTIFY
403 bool "Inotify file change notification support"
404 default y
405 ---help---
406 Say Y here to enable inotify support. Inotify is a file change
407 notification system and a replacement for dnotify. Inotify fixes
408 numerous shortcomings in dnotify and introduces several new features
409 including multiple file events, one-shot support, and unmount

--- 115 unchanged lines hidden (view full) ---

525 <http://fuse.sourceforge.net/>
526
527 See <file:Documentation/filesystems/fuse.txt> for more information.
528 See <file:Documentation/Changes> for needed library/utility version.
529
530 If you want to develop a userspace FS, or if you want to use
531 a filesystem based on FUSE, answer Y or M.
532
406config INOTIFY
407 bool "Inotify file change notification support"
408 default y
409 ---help---
410 Say Y here to enable inotify support. Inotify is a file change
411 notification system and a replacement for dnotify. Inotify fixes
412 numerous shortcomings in dnotify and introduces several new features
413 including multiple file events, one-shot support, and unmount

--- 115 unchanged lines hidden (view full) ---

529 <http://fuse.sourceforge.net/>
530
531 See <file:Documentation/filesystems/fuse.txt> for more information.
532 See <file:Documentation/Changes> for needed library/utility version.
533
534 If you want to develop a userspace FS, or if you want to use
535 a filesystem based on FUSE, answer Y or M.
536
537if BLOCK
533menu "CD-ROM/DVD Filesystems"
534
535config ISO9660_FS
536 tristate "ISO 9660 CDROM file system support"
537 help
538 This is the standard file system used on CD-ROMs. It was previously
539 known as "High Sierra File System" and is called "hsfs" on other
540 Unix systems. The so-called Rock-Ridge extensions which allow for

--- 51 unchanged lines hidden (view full) ---

592 If unsure, say N.
593
594config UDF_NLS
595 bool
596 default y
597 depends on (UDF_FS=m && NLS) || (UDF_FS=y && NLS=y)
598
599endmenu
538menu "CD-ROM/DVD Filesystems"
539
540config ISO9660_FS
541 tristate "ISO 9660 CDROM file system support"
542 help
543 This is the standard file system used on CD-ROMs. It was previously
544 known as "High Sierra File System" and is called "hsfs" on other
545 Unix systems. The so-called Rock-Ridge extensions which allow for

--- 51 unchanged lines hidden (view full) ---

597 If unsure, say N.
598
599config UDF_NLS
600 bool
601 default y
602 depends on (UDF_FS=m && NLS) || (UDF_FS=y && NLS=y)
603
604endmenu
605endif
600
606
607if BLOCK
601menu "DOS/FAT/NT Filesystems"
602
603config FAT_FS
604 tristate
605 select NLS
606 help
607 If you want to use one of the FAT-based file systems (the MS-DOS and
608 VFAT (Windows 95) file systems), then you must say Y or M here

--- 168 unchanged lines hidden (view full) ---

777 on top of any DOS/Microsoft Windows system without partitioning your
778 hard disk. Unlike other Linux distributions TopologiLinux does not
779 need its own partition. For more information see
780 <http://topologi-linux.sourceforge.net/>
781
782 It is perfectly safe to say N here.
783
784endmenu
608menu "DOS/FAT/NT Filesystems"
609
610config FAT_FS
611 tristate
612 select NLS
613 help
614 If you want to use one of the FAT-based file systems (the MS-DOS and
615 VFAT (Windows 95) file systems), then you must say Y or M here

--- 168 unchanged lines hidden (view full) ---

784 on top of any DOS/Microsoft Windows system without partitioning your
785 hard disk. Unlike other Linux distributions TopologiLinux does not
786 need its own partition. For more information see
787 <http://topologi-linux.sourceforge.net/>
788
789 It is perfectly safe to say N here.
790
791endmenu
792endif
785
786menu "Pseudo filesystems"
787
788config PROC_FS
789 bool "/proc file system support" if EMBEDDED
790 default y
791 help
792 This is a virtual file system providing information about the status

--- 141 unchanged lines hidden (view full) ---

934 same system. One is not a replacement for the other.
935
936endmenu
937
938menu "Miscellaneous filesystems"
939
940config ADFS_FS
941 tristate "ADFS file system support (EXPERIMENTAL)"
793
794menu "Pseudo filesystems"
795
796config PROC_FS
797 bool "/proc file system support" if EMBEDDED
798 default y
799 help
800 This is a virtual file system providing information about the status

--- 141 unchanged lines hidden (view full) ---

942 same system. One is not a replacement for the other.
943
944endmenu
945
946menu "Miscellaneous filesystems"
947
948config ADFS_FS
949 tristate "ADFS file system support (EXPERIMENTAL)"
942 depends on EXPERIMENTAL
950 depends on BLOCK && EXPERIMENTAL
943 help
944 The Acorn Disc Filing System is the standard file system of the
945 RiscOS operating system which runs on Acorn's ARM-based Risc PC
946 systems and the Acorn Archimedes range of machines. If you say Y
947 here, Linux will be able to read from ADFS partitions on hard drives
948 and from ADFS-formatted floppy discs. If you also want to be able to
949 write to those devices, say Y to "ADFS write support" below.
950

--- 11 unchanged lines hidden (view full) ---

962 depends on ADFS_FS
963 help
964 If you say Y here, you will be able to write to ADFS partitions on
965 hard drives and ADFS-formatted floppy disks. This is experimental
966 codes, so if you're unsure, say N.
967
968config AFFS_FS
969 tristate "Amiga FFS file system support (EXPERIMENTAL)"
951 help
952 The Acorn Disc Filing System is the standard file system of the
953 RiscOS operating system which runs on Acorn's ARM-based Risc PC
954 systems and the Acorn Archimedes range of machines. If you say Y
955 here, Linux will be able to read from ADFS partitions on hard drives
956 and from ADFS-formatted floppy discs. If you also want to be able to
957 write to those devices, say Y to "ADFS write support" below.
958

--- 11 unchanged lines hidden (view full) ---

970 depends on ADFS_FS
971 help
972 If you say Y here, you will be able to write to ADFS partitions on
973 hard drives and ADFS-formatted floppy disks. This is experimental
974 codes, so if you're unsure, say N.
975
976config AFFS_FS
977 tristate "Amiga FFS file system support (EXPERIMENTAL)"
970 depends on EXPERIMENTAL
978 depends on BLOCK && EXPERIMENTAL
971 help
972 The Fast File System (FFS) is the common file system used on hard
973 disks by Amiga(tm) systems since AmigaOS Version 1.3 (34.20). Say Y
974 if you want to be able to read and write files from and to an Amiga
975 FFS partition on your hard drive. Amiga floppies however cannot be
976 read with this driver due to an incompatibility of the floppy
977 controller used in an Amiga and the standard floppy controller in
978 PCs and workstations. Read <file:Documentation/filesystems/affs.txt>

--- 5 unchanged lines hidden (view full) ---

984 If you want to do this, you will also need to say Y or M to "Loop
985 device support", above.
986
987 To compile this file system support as a module, choose M here: the
988 module will be called affs. If unsure, say N.
989
990config HFS_FS
991 tristate "Apple Macintosh file system support (EXPERIMENTAL)"
979 help
980 The Fast File System (FFS) is the common file system used on hard
981 disks by Amiga(tm) systems since AmigaOS Version 1.3 (34.20). Say Y
982 if you want to be able to read and write files from and to an Amiga
983 FFS partition on your hard drive. Amiga floppies however cannot be
984 read with this driver due to an incompatibility of the floppy
985 controller used in an Amiga and the standard floppy controller in
986 PCs and workstations. Read <file:Documentation/filesystems/affs.txt>

--- 5 unchanged lines hidden (view full) ---

992 If you want to do this, you will also need to say Y or M to "Loop
993 device support", above.
994
995 To compile this file system support as a module, choose M here: the
996 module will be called affs. If unsure, say N.
997
998config HFS_FS
999 tristate "Apple Macintosh file system support (EXPERIMENTAL)"
992 depends on EXPERIMENTAL
1000 depends on BLOCK && EXPERIMENTAL
993 select NLS
994 help
995 If you say Y here, you will be able to mount Macintosh-formatted
996 floppy disks and hard drive partitions with full read-write access.
997 Please read <file:fs/hfs/HFS.txt> to learn about the available mount
998 options.
999
1000 To compile this file system support as a module, choose M here: the
1001 module will be called hfs.
1002
1003config HFSPLUS_FS
1004 tristate "Apple Extended HFS file system support"
1001 select NLS
1002 help
1003 If you say Y here, you will be able to mount Macintosh-formatted
1004 floppy disks and hard drive partitions with full read-write access.
1005 Please read <file:fs/hfs/HFS.txt> to learn about the available mount
1006 options.
1007
1008 To compile this file system support as a module, choose M here: the
1009 module will be called hfs.
1010
1011config HFSPLUS_FS
1012 tristate "Apple Extended HFS file system support"
1013 depends on BLOCK
1005 select NLS
1006 select NLS_UTF8
1007 help
1008 If you say Y here, you will be able to mount extended format
1009 Macintosh-formatted hard drive partitions with full read-write access.
1010
1011 This file system is often called HFS+ and was introduced with
1012 MacOS 8. It includes all Mac specific filesystem data such as
1013 data forks and creator codes, but it also has several UNIX
1014 style features such as file ownership and permissions.
1015
1016config BEFS_FS
1017 tristate "BeOS file system (BeFS) support (read only) (EXPERIMENTAL)"
1014 select NLS
1015 select NLS_UTF8
1016 help
1017 If you say Y here, you will be able to mount extended format
1018 Macintosh-formatted hard drive partitions with full read-write access.
1019
1020 This file system is often called HFS+ and was introduced with
1021 MacOS 8. It includes all Mac specific filesystem data such as
1022 data forks and creator codes, but it also has several UNIX
1023 style features such as file ownership and permissions.
1024
1025config BEFS_FS
1026 tristate "BeOS file system (BeFS) support (read only) (EXPERIMENTAL)"
1018 depends on EXPERIMENTAL
1027 depends on BLOCK && EXPERIMENTAL
1019 select NLS
1020 help
1021 The BeOS File System (BeFS) is the native file system of Be, Inc's
1022 BeOS. Notable features include support for arbitrary attributes
1023 on files and directories, and database-like indeces on selected
1024 attributes. (Also note that this driver doesn't make those features
1025 available at this time). It is a 64 bit filesystem, so it supports
1026 extremly large volumes and files.

--- 10 unchanged lines hidden (view full) ---

1037 bool "Debug BeFS"
1038 depends on BEFS_FS
1039 help
1040 If you say Y here, you can use the 'debug' mount option to enable
1041 debugging output from the driver.
1042
1043config BFS_FS
1044 tristate "BFS file system support (EXPERIMENTAL)"
1028 select NLS
1029 help
1030 The BeOS File System (BeFS) is the native file system of Be, Inc's
1031 BeOS. Notable features include support for arbitrary attributes
1032 on files and directories, and database-like indeces on selected
1033 attributes. (Also note that this driver doesn't make those features
1034 available at this time). It is a 64 bit filesystem, so it supports
1035 extremly large volumes and files.

--- 10 unchanged lines hidden (view full) ---

1046 bool "Debug BeFS"
1047 depends on BEFS_FS
1048 help
1049 If you say Y here, you can use the 'debug' mount option to enable
1050 debugging output from the driver.
1051
1052config BFS_FS
1053 tristate "BFS file system support (EXPERIMENTAL)"
1045 depends on EXPERIMENTAL
1054 depends on BLOCK && EXPERIMENTAL
1046 help
1047 Boot File System (BFS) is a file system used under SCO UnixWare to
1048 allow the bootloader access to the kernel image and other important
1049 files during the boot process. It is usually mounted under /stand
1050 and corresponds to the slice marked as "STAND" in the UnixWare
1051 partition. You should say Y if you want to read or write the files
1052 on your /stand slice from within Linux. You then also need to say Y
1053 to "UnixWare slices support", below. More information about the BFS

--- 5 unchanged lines hidden (view full) ---

1059 To compile this as a module, choose M here: the module will be called
1060 bfs. Note that the file system of your root partition (the one
1061 containing the directory /) cannot be compiled as a module.
1062
1063
1064
1065config EFS_FS
1066 tristate "EFS file system support (read only) (EXPERIMENTAL)"
1055 help
1056 Boot File System (BFS) is a file system used under SCO UnixWare to
1057 allow the bootloader access to the kernel image and other important
1058 files during the boot process. It is usually mounted under /stand
1059 and corresponds to the slice marked as "STAND" in the UnixWare
1060 partition. You should say Y if you want to read or write the files
1061 on your /stand slice from within Linux. You then also need to say Y
1062 to "UnixWare slices support", below. More information about the BFS

--- 5 unchanged lines hidden (view full) ---

1068 To compile this as a module, choose M here: the module will be called
1069 bfs. Note that the file system of your root partition (the one
1070 containing the directory /) cannot be compiled as a module.
1071
1072
1073
1074config EFS_FS
1075 tristate "EFS file system support (read only) (EXPERIMENTAL)"
1067 depends on EXPERIMENTAL
1076 depends on BLOCK && EXPERIMENTAL
1068 help
1069 EFS is an older file system used for non-ISO9660 CD-ROMs and hard
1070 disk partitions by SGI's IRIX operating system (IRIX 6.0 and newer
1071 uses the XFS file system for hard disk partitions however).
1072
1073 This implementation only offers read-only access. If you don't know
1074 what all this is about, it's safe to say N. For more information
1075 about EFS see its home page at <http://aeschi.ch.eu.org/efs/>.
1076
1077 To compile the EFS file system support as a module, choose M here: the
1078 module will be called efs.
1079
1080config JFFS_FS
1081 tristate "Journalling Flash File System (JFFS) support"
1077 help
1078 EFS is an older file system used for non-ISO9660 CD-ROMs and hard
1079 disk partitions by SGI's IRIX operating system (IRIX 6.0 and newer
1080 uses the XFS file system for hard disk partitions however).
1081
1082 This implementation only offers read-only access. If you don't know
1083 what all this is about, it's safe to say N. For more information
1084 about EFS see its home page at <http://aeschi.ch.eu.org/efs/>.
1085
1086 To compile the EFS file system support as a module, choose M here: the
1087 module will be called efs.
1088
1089config JFFS_FS
1090 tristate "Journalling Flash File System (JFFS) support"
1082 depends on MTD
1091 depends on MTD && BLOCK
1083 help
1084 JFFS is the Journaling Flash File System developed by Axis
1085 Communications in Sweden, aimed at providing a crash/powerdown-safe
1086 file system for disk-less embedded devices. Further information is
1087 available at (<http://developer.axis.com/software/jffs/>).
1088
1089config JFFS_FS_VERBOSE
1090 int "JFFS debugging verbosity (0 = quiet, 3 = noisy)"

--- 168 unchanged lines hidden (view full) ---

1259 help
1260 Tries all compressors and chooses the one which has the smallest
1261 result.
1262
1263endchoice
1264
1265config CRAMFS
1266 tristate "Compressed ROM file system support (cramfs)"
1092 help
1093 JFFS is the Journaling Flash File System developed by Axis
1094 Communications in Sweden, aimed at providing a crash/powerdown-safe
1095 file system for disk-less embedded devices. Further information is
1096 available at (<http://developer.axis.com/software/jffs/>).
1097
1098config JFFS_FS_VERBOSE
1099 int "JFFS debugging verbosity (0 = quiet, 3 = noisy)"

--- 168 unchanged lines hidden (view full) ---

1268 help
1269 Tries all compressors and chooses the one which has the smallest
1270 result.
1271
1272endchoice
1273
1274config CRAMFS
1275 tristate "Compressed ROM file system support (cramfs)"
1276 depends on BLOCK
1267 select ZLIB_INFLATE
1268 help
1269 Saying Y here includes support for CramFs (Compressed ROM File
1270 System). CramFs is designed to be a simple, small, and compressed
1271 file system for ROM based embedded systems. CramFs is read-only,
1272 limited to 256MB file systems (with 16MB files), and doesn't support
1273 16/32 bits uid/gid, hard links and timestamps.
1274
1275 See <file:Documentation/filesystems/cramfs.txt> and
1276 <file:fs/cramfs/README> for further information.
1277
1278 To compile this as a module, choose M here: the module will be called
1279 cramfs. Note that the root file system (the one containing the
1280 directory /) cannot be compiled as a module.
1281
1282 If unsure, say N.
1283
1284config VXFS_FS
1285 tristate "FreeVxFS file system support (VERITAS VxFS(TM) compatible)"
1277 select ZLIB_INFLATE
1278 help
1279 Saying Y here includes support for CramFs (Compressed ROM File
1280 System). CramFs is designed to be a simple, small, and compressed
1281 file system for ROM based embedded systems. CramFs is read-only,
1282 limited to 256MB file systems (with 16MB files), and doesn't support
1283 16/32 bits uid/gid, hard links and timestamps.
1284
1285 See <file:Documentation/filesystems/cramfs.txt> and
1286 <file:fs/cramfs/README> for further information.
1287
1288 To compile this as a module, choose M here: the module will be called
1289 cramfs. Note that the root file system (the one containing the
1290 directory /) cannot be compiled as a module.
1291
1292 If unsure, say N.
1293
1294config VXFS_FS
1295 tristate "FreeVxFS file system support (VERITAS VxFS(TM) compatible)"
1296 depends on BLOCK
1286 help
1287 FreeVxFS is a file system driver that support the VERITAS VxFS(TM)
1288 file system format. VERITAS VxFS(TM) is the standard file system
1289 of SCO UnixWare (and possibly others) and optionally available
1290 for Sunsoft Solaris, HP-UX and many other operating systems.
1291 Currently only readonly access is supported.
1292
1293 NOTE: the file system type as used by mount(1), mount(2) and
1294 fstab(5) is 'vxfs' as it describes the file system format, not
1295 the actual driver.
1296
1297 To compile this as a module, choose M here: the module will be
1298 called freevxfs. If unsure, say N.
1299
1300
1301config HPFS_FS
1302 tristate "OS/2 HPFS file system support"
1297 help
1298 FreeVxFS is a file system driver that support the VERITAS VxFS(TM)
1299 file system format. VERITAS VxFS(TM) is the standard file system
1300 of SCO UnixWare (and possibly others) and optionally available
1301 for Sunsoft Solaris, HP-UX and many other operating systems.
1302 Currently only readonly access is supported.
1303
1304 NOTE: the file system type as used by mount(1), mount(2) and
1305 fstab(5) is 'vxfs' as it describes the file system format, not
1306 the actual driver.
1307
1308 To compile this as a module, choose M here: the module will be
1309 called freevxfs. If unsure, say N.
1310
1311
1312config HPFS_FS
1313 tristate "OS/2 HPFS file system support"
1314 depends on BLOCK
1303 help
1304 OS/2 is IBM's operating system for PC's, the same as Warp, and HPFS
1305 is the file system used for organizing files on OS/2 hard disk
1306 partitions. Say Y if you want to be able to read files from and
1307 write files to an OS/2 HPFS partition on your hard drive. OS/2
1308 floppies however are in regular MSDOS format, so you don't need this
1309 option in order to be able to read them. Read
1310 <file:Documentation/filesystems/hpfs.txt>.
1311
1312 To compile this file system support as a module, choose M here: the
1313 module will be called hpfs. If unsure, say N.
1314
1315
1316
1317config QNX4FS_FS
1318 tristate "QNX4 file system support (read only)"
1315 help
1316 OS/2 is IBM's operating system for PC's, the same as Warp, and HPFS
1317 is the file system used for organizing files on OS/2 hard disk
1318 partitions. Say Y if you want to be able to read files from and
1319 write files to an OS/2 HPFS partition on your hard drive. OS/2
1320 floppies however are in regular MSDOS format, so you don't need this
1321 option in order to be able to read them. Read
1322 <file:Documentation/filesystems/hpfs.txt>.
1323
1324 To compile this file system support as a module, choose M here: the
1325 module will be called hpfs. If unsure, say N.
1326
1327
1328
1329config QNX4FS_FS
1330 tristate "QNX4 file system support (read only)"
1331 depends on BLOCK
1319 help
1320 This is the file system used by the real-time operating systems
1321 QNX 4 and QNX 6 (the latter is also called QNX RTP).
1322 Further information is available at <http://www.qnx.com/>.
1323 Say Y if you intend to mount QNX hard disks or floppies.
1324 Unless you say Y to "QNX4FS read-write support" below, you will
1325 only be able to read these file systems.
1326

--- 11 unchanged lines hidden (view full) ---

1338
1339 It's currently broken, so for now:
1340 answer N.
1341
1342
1343
1344config SYSV_FS
1345 tristate "System V/Xenix/V7/Coherent file system support"
1332 help
1333 This is the file system used by the real-time operating systems
1334 QNX 4 and QNX 6 (the latter is also called QNX RTP).
1335 Further information is available at <http://www.qnx.com/>.
1336 Say Y if you intend to mount QNX hard disks or floppies.
1337 Unless you say Y to "QNX4FS read-write support" below, you will
1338 only be able to read these file systems.
1339

--- 11 unchanged lines hidden (view full) ---

1351
1352 It's currently broken, so for now:
1353 answer N.
1354
1355
1356
1357config SYSV_FS
1358 tristate "System V/Xenix/V7/Coherent file system support"
1359 depends on BLOCK
1346 help
1347 SCO, Xenix and Coherent are commercial Unix systems for Intel
1348 machines, and Version 7 was used on the DEC PDP-11. Saying Y
1349 here would allow you to read from their floppies and hard disk
1350 partitions.
1351
1352 If you have floppies or hard disk partitions like that, it is likely
1353 that they contain binaries from those other Unix systems; in order

--- 22 unchanged lines hidden (view full) ---

1376 sysv.
1377
1378 If you haven't heard about all of this before, it's safe to say N.
1379
1380
1381
1382config UFS_FS
1383 tristate "UFS file system support (read only)"
1360 help
1361 SCO, Xenix and Coherent are commercial Unix systems for Intel
1362 machines, and Version 7 was used on the DEC PDP-11. Saying Y
1363 here would allow you to read from their floppies and hard disk
1364 partitions.
1365
1366 If you have floppies or hard disk partitions like that, it is likely
1367 that they contain binaries from those other Unix systems; in order

--- 22 unchanged lines hidden (view full) ---

1390 sysv.
1391
1392 If you haven't heard about all of this before, it's safe to say N.
1393
1394
1395
1396config UFS_FS
1397 tristate "UFS file system support (read only)"
1398 depends on BLOCK
1384 help
1385 BSD and derivate versions of Unix (such as SunOS, FreeBSD, NetBSD,
1386 OpenBSD and NeXTstep) use a file system called UFS. Some System V
1387 Unixes can create and mount hard disk partitions and diskettes using
1388 this file system as well. Saying Y here will allow you to read from
1389 these partitions; if you also want to write to them, say Y to the
1390 experimental "UFS file system write support", below. Please read the
1391 file <file:Documentation/filesystems/ufs.txt> for more information.

--- 562 unchanged lines hidden (view full) ---

1954 If unsure, say N.
1955
1956config GENERIC_ACL
1957 bool
1958 select FS_POSIX_ACL
1959
1960endmenu
1961
1399 help
1400 BSD and derivate versions of Unix (such as SunOS, FreeBSD, NetBSD,
1401 OpenBSD and NeXTstep) use a file system called UFS. Some System V
1402 Unixes can create and mount hard disk partitions and diskettes using
1403 this file system as well. Saying Y here will allow you to read from
1404 these partitions; if you also want to write to them, say Y to the
1405 experimental "UFS file system write support", below. Please read the
1406 file <file:Documentation/filesystems/ufs.txt> for more information.

--- 562 unchanged lines hidden (view full) ---

1969 If unsure, say N.
1970
1971config GENERIC_ACL
1972 bool
1973 select FS_POSIX_ACL
1974
1975endmenu
1976
1977if BLOCK
1962menu "Partition Types"
1963
1964source "fs/partitions/Kconfig"
1965
1966endmenu
1978menu "Partition Types"
1979
1980source "fs/partitions/Kconfig"
1981
1982endmenu
1983endif
1967
1968source "fs/nls/Kconfig"
1969
1970endmenu
1971
1984
1985source "fs/nls/Kconfig"
1986
1987endmenu
1988