blkid: optional support for TYPE="fstype"
[platform/upstream/busybox.git] / util-linux / Config.src
1 #
2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
4 #
5
6 menu "Linux System Utilities"
7
8 INSERT
9
10 config ACPID
11         bool "acpid"
12         default y
13         depends on PLATFORM_LINUX
14         help
15           acpid listens to ACPI events coming either in textual form from
16           /proc/acpi/event (though it is marked deprecated it is still widely
17           used and _is_ a standard) or in binary form from specified evdevs
18           (just use /dev/input/event*).
19
20           It parses the event to retrieve ACTION and a possible PARAMETER.
21           It then spawns /etc/acpi/<ACTION>[/<PARAMETER>] either via run-parts
22           (if the resulting path is a directory) or directly as an executable.
23
24           N.B. acpid relies on run-parts so have the latter installed.
25
26 config FEATURE_ACPID_COMPAT
27         bool "Accept and ignore redundant options"
28         default y
29         depends on ACPID
30         help
31           Accept and ignore compatibility options -g -m -s -S -v.
32
33 config BLKID
34         bool "blkid"
35         default y
36         depends on PLATFORM_LINUX
37         select VOLUMEID
38         help
39           Lists labels and UUIDs of all filesystems.
40           WARNING:
41           With all submodules selected, it will add ~8k to busybox.
42
43 config FEATURE_BLKID_TYPE
44         bool "Print filesystem type"
45         default n
46         depends on BLKID
47         help
48           Show TYPE="filesystem type"
49
50 config DMESG
51         bool "dmesg"
52         default y
53         depends on PLATFORM_LINUX
54         help
55           dmesg is used to examine or control the kernel ring buffer. When the
56           Linux kernel prints messages to the system log, they are stored in
57           the kernel ring buffer. You can use dmesg to print the kernel's ring
58           buffer, clear the kernel ring buffer, change the size of the kernel
59           ring buffer, and change the priority level at which kernel messages
60           are also logged to the system console. Enable this option if you
61           wish to enable the 'dmesg' utility.
62
63 config FEATURE_DMESG_PRETTY
64         bool "Pretty dmesg output"
65         default y
66         depends on DMESG
67         help
68           If you wish to scrub the syslog level from the output, say 'Y' here.
69           The syslog level is a string prefixed to every line with the form
70           "<#>".
71
72           With this option you will see:
73             # dmesg
74             Linux version 2.6.17.4 .....
75             BIOS-provided physical RAM map:
76              BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
77
78           Without this option you will see:
79             # dmesg
80             <5>Linux version 2.6.17.4 .....
81             <6>BIOS-provided physical RAM map:
82             <6> BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
83
84 config FBSET
85         bool "fbset"
86         default y
87         depends on PLATFORM_LINUX
88         help
89           fbset is used to show or change the settings of a Linux frame buffer
90           device. The frame buffer device provides a simple and unique
91           interface to access a graphics display. Enable this option
92           if you wish to enable the 'fbset' utility.
93
94 config FEATURE_FBSET_FANCY
95         bool "Turn on extra fbset options"
96         default y
97         depends on FBSET
98         help
99           This option enables extended fbset options, allowing one to set the
100           framebuffer size, color depth, etc. interface to access a graphics
101           display. Enable this option if you wish to enable extended fbset
102           options.
103
104 config FEATURE_FBSET_READMODE
105         bool "Turn on fbset readmode support"
106         default y
107         depends on FBSET
108         help
109           This option allows fbset to read the video mode database stored by
110           default as /etc/fb.modes, which can be used to set frame buffer
111           device to pre-defined video modes.
112
113 config FDFLUSH
114         bool "fdflush"
115         default y
116         depends on PLATFORM_LINUX
117         help
118           fdflush is only needed when changing media on slightly-broken
119           removable media drives. It is used to make Linux believe that a
120           hardware disk-change switch has been actuated, which causes Linux to
121           forget anything it has cached from the previous media. If you have
122           such a slightly-broken drive, you will need to run fdflush every time
123           you change a disk. Most people have working hardware and can safely
124           leave this disabled.
125
126 config FDFORMAT
127         bool "fdformat"
128         default y
129         depends on PLATFORM_LINUX
130         help
131           fdformat is used to low-level format a floppy disk.
132
133 config FDISK
134         bool "fdisk"
135         default y
136         depends on PLATFORM_LINUX
137         help
138           The fdisk utility is used to divide hard disks into one or more
139           logical disks, which are generally called partitions. This utility
140           can be used to list and edit the set of partitions or BSD style
141           'disk slices' that are defined on a hard drive.
142
143 config FDISK_SUPPORT_LARGE_DISKS
144         bool "Support over 4GB disks"
145         default y
146         depends on FDISK
147         help
148           Enable this option to support large disks > 4GB.
149
150 config FEATURE_FDISK_WRITABLE
151         bool "Write support"
152         default y
153         depends on FDISK
154         help
155           Enabling this option allows you to create or change a partition table
156           and write those changes out to disk. If you leave this option
157           disabled, you will only be able to view the partition table.
158
159 config FEATURE_AIX_LABEL
160         bool "Support AIX disklabels"
161         default n
162         depends on FDISK && FEATURE_FDISK_WRITABLE
163         help
164           Enabling this option allows you to create or change AIX disklabels.
165           Most people can safely leave this option disabled.
166
167 config FEATURE_SGI_LABEL
168         bool "Support SGI disklabels"
169         default n
170         depends on FDISK && FEATURE_FDISK_WRITABLE
171         help
172           Enabling this option allows you to create or change SGI disklabels.
173           Most people can safely leave this option disabled.
174
175 config FEATURE_SUN_LABEL
176         bool "Support SUN disklabels"
177         default n
178         depends on FDISK && FEATURE_FDISK_WRITABLE
179         help
180           Enabling this option allows you to create or change SUN disklabels.
181           Most people can safely leave this option disabled.
182
183 config FEATURE_OSF_LABEL
184         bool "Support BSD disklabels"
185         default n
186         depends on FDISK && FEATURE_FDISK_WRITABLE
187         help
188           Enabling this option allows you to create or change BSD disklabels
189           and define and edit BSD disk slices.
190
191 config FEATURE_GPT_LABEL
192         bool "Support GPT disklabels"
193         default n
194         depends on FDISK && FEATURE_FDISK_WRITABLE
195         help
196           Enabling this option allows you to view GUID Partition Table
197           disklabels.
198
199 config FEATURE_FDISK_ADVANCED
200         bool "Support expert mode"
201         default y
202         depends on FDISK && FEATURE_FDISK_WRITABLE
203         help
204           Enabling this option allows you to do terribly unsafe things like
205           define arbitrary drive geometry, move the beginning of data in a
206           partition, and similarly evil things. Unless you have a very good
207           reason you would be wise to leave this disabled.
208
209 config FINDFS
210         bool "findfs"
211         default y
212         depends on PLATFORM_LINUX
213         select VOLUMEID
214         help
215           Prints the name of a filesystem with given label or UUID.
216           WARNING:
217           With all submodules selected, it will add ~8k to busybox.
218
219 config FLOCK
220         bool "flock"
221         default y
222         help
223           Manage locks from shell scripts
224
225 config FREERAMDISK
226         bool "freeramdisk"
227         default y
228         depends on PLATFORM_LINUX
229         help
230           Linux allows you to create ramdisks. This utility allows you to
231           delete them and completely free all memory that was used for the
232           ramdisk. For example, if you boot Linux into a ramdisk and later
233           pivot_root, you may want to free the memory that is allocated to the
234           ramdisk. If you have no use for freeing memory from a ramdisk, leave
235           this disabled.
236
237 config FSCK_MINIX
238         bool "fsck_minix"
239         default y
240         help
241           The minix filesystem is a nice, small, compact, read-write filesystem
242           with little overhead. It is not a journaling filesystem however and
243           can experience corruption if it is not properly unmounted or if the
244           power goes off in the middle of a write. This utility allows you to
245           check for and attempt to repair any corruption that occurs to a minix
246           filesystem.
247
248 config MKFS_EXT2
249         bool "mkfs_ext2"
250         default y
251         depends on PLATFORM_LINUX
252         help
253           Utility to create EXT2 filesystems.
254
255 config MKFS_MINIX
256         bool "mkfs_minix"
257         default y
258         depends on PLATFORM_LINUX
259         help
260           The minix filesystem is a nice, small, compact, read-write filesystem
261           with little overhead. If you wish to be able to create minix
262           filesystems this utility will do the job for you.
263
264 config FEATURE_MINIX2
265         bool "Support Minix fs v2 (fsck_minix/mkfs_minix)"
266         default y
267         depends on FSCK_MINIX || MKFS_MINIX
268         help
269           If you wish to be able to create version 2 minix filesystems, enable
270           this. If you enabled 'mkfs_minix' then you almost certainly want to
271           be using the version 2 filesystem support.
272
273 config MKFS_REISER
274         bool "mkfs_reiser"
275         default n
276         depends on PLATFORM_LINUX
277         help
278           Utility to create ReiserFS filesystems.
279           Note: this applet needs a lot of testing and polishing.
280
281 config MKFS_VFAT
282         bool "mkfs_vfat"
283         default y
284         depends on PLATFORM_LINUX
285         help
286           Utility to create FAT32 filesystems.
287
288 config GETOPT
289         bool "getopt"
290         default y
291         help
292           The getopt utility is used to break up (parse) options in command
293           lines to make it easy to write complex shell scripts that also check
294           for legal (and illegal) options. If you want to write horribly
295           complex shell scripts, or use some horribly complex shell script
296           written by others, this utility may be for you. Most people will
297           wisely leave this disabled.
298
299 config FEATURE_GETOPT_LONG
300         bool "Support option -l"
301         default y if LONG_OPTS
302         depends on GETOPT
303         help
304           Enable support for long options (option -l).
305
306 config HEXDUMP
307         bool "hexdump"
308         default y
309         help
310           The hexdump utility is used to display binary data in a readable
311           way that is comparable to the output from most hex editors.
312
313 config FEATURE_HEXDUMP_REVERSE
314         bool "Support -R, reverse of 'hexdump -Cv'"
315         default y
316         depends on HEXDUMP
317         help
318           The hexdump utility is used to display binary data in an ascii
319           readable way. This option creates binary data from an ascii input.
320           NB: this option is non-standard. It's unwise to use it in scripts
321           aimed to be portable.
322
323 config HD
324         bool "hd"
325         default y
326         depends on HEXDUMP
327         help
328           hd is an alias to hexdump -C.
329
330 config HWCLOCK
331         bool "hwclock"
332         default y
333         depends on PLATFORM_LINUX
334         help
335           The hwclock utility is used to read and set the hardware clock
336           on a system. This is primarily used to set the current time on
337           shutdown in the hardware clock, so the hardware will keep the
338           correct time when Linux is _not_ running.
339
340 config FEATURE_HWCLOCK_LONG_OPTIONS
341         bool "Support long options (--hctosys,...)"
342         default y
343         depends on HWCLOCK && LONG_OPTS
344         help
345           By default, the hwclock utility only uses short options. If you
346           are overly fond of its long options, such as --hctosys, --utc, etc)
347           then enable this option.
348
349 config FEATURE_HWCLOCK_ADJTIME_FHS
350         bool "Use FHS /var/lib/hwclock/adjtime"
351         default n  # util-linux-ng in Fedora 13 still uses /etc/adjtime
352         depends on HWCLOCK
353         help
354           Starting with FHS 2.3, the adjtime state file is supposed to exist
355           at /var/lib/hwclock/adjtime instead of /etc/adjtime. If you wish
356           to use the FHS behavior, answer Y here, otherwise answer N for the
357           classic /etc/adjtime path.
358
359           pathname.com/fhs/pub/fhs-2.3.html#VARLIBHWCLOCKSTATEDIRECTORYFORHWCLO
360
361 config IPCRM
362         bool "ipcrm"
363         default y
364         select FEATURE_SUID
365         help
366           The ipcrm utility allows the removal of System V interprocess
367           communication (IPC) objects and the associated data structures
368           from the system.
369
370 config IPCS
371         bool "ipcs"
372         default y
373         depends on PLATFORM_LINUX
374         select FEATURE_SUID
375         help
376           The ipcs utility is used to provide information on the currently
377           allocated System V interprocess (IPC) objects in the system.
378
379 config LOSETUP
380         bool "losetup"
381         default y
382         depends on PLATFORM_LINUX
383         help
384           losetup is used to associate or detach a loop device with a regular
385           file or block device, and to query the status of a loop device. This
386           version does not currently support enabling data encryption.
387
388 config LSPCI
389         bool "lspci"
390         default y
391         #depends on PLATFORM_LINUX
392         help
393           lspci is a utility for displaying information about PCI buses in the
394           system and devices connected to them.
395
396           This version uses sysfs (/sys/bus/pci/devices) only.
397
398 config LSUSB
399         bool "lsusb"
400         default y
401         #depends on PLATFORM_LINUX
402         help
403           lsusb is a utility for displaying information about USB buses in the
404           system and devices connected to them.
405
406           This version uses sysfs (/sys/bus/usb/devices) only.
407
408 config MDEV
409         bool "mdev"
410         default y
411         depends on PLATFORM_LINUX
412         help
413           mdev is a mini-udev implementation for dynamically creating device
414           nodes in the /dev directory.
415
416           For more information, please see docs/mdev.txt
417
418 config FEATURE_MDEV_CONF
419         bool "Support /etc/mdev.conf"
420         default y
421         depends on MDEV
422         help
423           Add support for the mdev config file to control ownership and
424           permissions of the device nodes.
425
426           For more information, please see docs/mdev.txt
427
428 config FEATURE_MDEV_RENAME
429         bool "Support subdirs/symlinks"
430         default y
431         depends on FEATURE_MDEV_CONF
432         help
433           Add support for renaming devices and creating symlinks.
434
435           For more information, please see docs/mdev.txt
436
437 config FEATURE_MDEV_RENAME_REGEXP
438         bool "Support regular expressions substitutions when renaming device"
439         default y
440         depends on FEATURE_MDEV_RENAME
441         help
442           Add support for regular expressions substitutions when renaming
443           device.
444
445 config FEATURE_MDEV_EXEC
446         bool "Support command execution at device addition/removal"
447         default y
448         depends on FEATURE_MDEV_CONF
449         help
450           This adds support for an optional field to /etc/mdev.conf for
451           executing commands when devices are created/removed.
452
453           For more information, please see docs/mdev.txt
454
455 config FEATURE_MDEV_LOAD_FIRMWARE
456         bool "Support loading of firmwares"
457         default y
458         depends on MDEV
459         help
460           Some devices need to load firmware before they can be usable.
461
462           These devices will request userspace look up the files in
463           /lib/firmware/ and if it exists, send it to the kernel for
464           loading into the hardware.
465
466 config MKSWAP
467         bool "mkswap"
468         default y
469         help
470           The mkswap utility is used to configure a file or disk partition as
471           Linux swap space. This allows Linux to use the entire file or
472           partition as if it were additional RAM, which can greatly increase
473           the capability of low-memory machines. This additional memory is
474           much slower than real RAM, but can be very helpful at preventing your
475           applications being killed by the Linux out of memory (OOM) killer.
476           Once you have created swap space using 'mkswap' you need to enable
477           the swap space using the 'swapon' utility.
478
479 config FEATURE_MKSWAP_UUID
480         bool "UUID support"
481         default y
482         depends on MKSWAP
483         help
484           Generate swap spaces with universally unique identifiers.
485
486 config MORE
487         bool "more"
488         default y
489         help
490           more is a simple utility which allows you to read text one screen
491           sized page at a time. If you want to read text that is larger than
492           the screen, and you are using anything faster than a 300 baud modem,
493           you will probably find this utility very helpful. If you don't have
494           any need to reading text files, you can leave this disabled.
495
496 config MOUNT
497         bool "mount"
498         default y
499         depends on PLATFORM_LINUX
500         help
501           All files and filesystems in Unix are arranged into one big directory
502           tree. The 'mount' utility is used to graft a filesystem onto a
503           particular part of the tree. A filesystem can either live on a block
504           device, or it can be accessible over the network, as is the case with
505           NFS filesystems. Most people using BusyBox will also want to enable
506           the 'mount' utility.
507
508 config FEATURE_MOUNT_FAKE
509         bool "Support option -f"
510         default y
511         depends on MOUNT
512         help
513           Enable support for faking a file system mount.
514
515 config FEATURE_MOUNT_VERBOSE
516         bool "Support option -v"
517         default y
518         depends on MOUNT
519         help
520           Enable multi-level -v[vv...] verbose messages. Useful if you
521           debug mount problems and want to see what is exactly passed
522           to the kernel.
523
524 config FEATURE_MOUNT_HELPERS
525         bool "Support mount helpers"
526         default n
527         depends on MOUNT
528         help
529           Enable mounting of virtual file systems via external helpers.
530           E.g. "mount obexfs#-b00.11.22.33.44.55 /mnt" will in effect call
531           "obexfs -b00.11.22.33.44.55 /mnt"
532           Also "mount -t sometype [-o opts] fs /mnt" will try
533           "sometype [-o opts] fs /mnt" if simple mount syscall fails.
534           The idea is to use such virtual filesystems in /etc/fstab.
535
536 config FEATURE_MOUNT_LABEL
537         bool "Support specifying devices by label or UUID"
538         default y
539         depends on MOUNT
540         select VOLUMEID
541         help
542           This allows for specifying a device by label or uuid, rather than by
543           name. This feature utilizes the same functionality as blkid/findfs.
544           This also enables label or uuid support for swapon.
545
546 config FEATURE_MOUNT_NFS
547         bool "Support mounting NFS file systems"
548         default y
549         depends on MOUNT
550         select FEATURE_HAVE_RPC
551         select FEATURE_SYSLOG
552         help
553           Enable mounting of NFS file systems.
554
555 config FEATURE_MOUNT_CIFS
556         bool "Support mounting CIFS/SMB file systems"
557         default y
558         depends on MOUNT
559         help
560           Enable support for samba mounts.
561
562 config FEATURE_MOUNT_FLAGS
563         depends on MOUNT
564         bool "Support lots of -o flags in mount"
565         default y
566         help
567           Without this, mount only supports ro/rw/remount. With this, it
568           supports nosuid, suid, dev, nodev, exec, noexec, sync, async, atime,
569           noatime, diratime, nodiratime, loud, bind, move, shared, slave,
570           private, unbindable, rshared, rslave, rprivate, and runbindable.
571
572 config FEATURE_MOUNT_FSTAB
573         depends on MOUNT
574         bool "Support /etc/fstab and -a"
575         default y
576         help
577           Support mount all and looking for files in /etc/fstab.
578
579 config PIVOT_ROOT
580         bool "pivot_root"
581         default y
582         depends on PLATFORM_LINUX
583         help
584           The pivot_root utility swaps the mount points for the root filesystem
585           with some other mounted filesystem. This allows you to do all sorts
586           of wild and crazy things with your Linux system and is far more
587           powerful than 'chroot'.
588
589           Note: This is for initrd in linux 2.4. Under initramfs (introduced
590           in linux 2.6) use switch_root instead.
591
592 config RDATE
593         bool "rdate"
594         default y
595         help
596           The rdate utility allows you to synchronize the date and time of your
597           system clock with the date and time of a remote networked system using
598           the RFC868 protocol, which is built into the inetd daemon on most
599           systems.
600
601 config RDEV
602         bool "rdev"
603         default y
604         help
605           Print the device node associated with the filesystem mounted at '/'.
606
607 config READPROFILE
608         bool "readprofile"
609         default y
610         #depends on PLATFORM_LINUX
611         help
612           This allows you to parse /proc/profile for basic profiling.
613
614 config RTCWAKE
615         bool "rtcwake"
616         default y
617         depends on PLATFORM_LINUX
618         help
619           Enter a system sleep state until specified wakeup time.
620
621 config SCRIPT
622         bool "script"
623         default y
624         help
625           The script makes typescript of terminal session.
626
627 config SCRIPTREPLAY
628         bool "scriptreplay"
629         default y
630         help
631           This program replays a typescript, using timing information
632           given by script -t.
633
634 config SETARCH
635         bool "setarch"
636         default y
637         depends on PLATFORM_LINUX
638         help
639           The linux32 utility is used to create a 32bit environment for the
640           specified program (usually a shell). It only makes sense to have
641           this util on a system that supports both 64bit and 32bit userland
642           (like amd64/x86, ppc64/ppc, sparc64/sparc, etc...).
643
644 config SWAPONOFF
645         bool "swaponoff"
646         default y
647         depends on PLATFORM_LINUX
648         help
649           This option enables both the 'swapon' and the 'swapoff' utilities.
650           Once you have created some swap space using 'mkswap', you also need
651           to enable your swap space with the 'swapon' utility. The 'swapoff'
652           utility is used, typically at system shutdown, to disable any swap
653           space. If you are not using any swap space, you can leave this
654           option disabled.
655
656 config FEATURE_SWAPON_PRI
657         bool "Support priority option -p"
658         default y
659         depends on SWAPONOFF
660         help
661           Enable support for setting swap device priority in swapon.
662
663 config SWITCH_ROOT
664         bool "switch_root"
665         default y
666         depends on PLATFORM_LINUX
667         help
668           The switch_root utility is used from initramfs to select a new
669           root device. Under initramfs, you have to use this instead of
670           pivot_root. (Stop reading here if you don't care why.)
671
672           Booting with initramfs extracts a gzipped cpio archive into rootfs
673           (which is a variant of ramfs/tmpfs). Because rootfs can't be moved
674           or unmounted*, pivot_root will not work from initramfs. Instead,
675           switch_root deletes everything out of rootfs (including itself),
676           does a mount --move that overmounts rootfs with the new root, and
677           then execs the specified init program.
678
679           * Because the Linux kernel uses rootfs internally as the starting
680           and ending point for searching through the kernel's doubly linked
681           list of active mount points. That's why.
682
683 config UMOUNT
684         bool "umount"
685         default y
686         depends on PLATFORM_LINUX
687         help
688           When you want to remove a mounted filesystem from its current mount
689           point, for example when you are shutting down the system, the
690           'umount' utility is the tool to use. If you enabled the 'mount'
691           utility, you almost certainly also want to enable 'umount'.
692
693 config FEATURE_UMOUNT_ALL
694         bool "Support option -a"
695         default y
696         depends on UMOUNT
697         help
698           Support -a option to unmount all currently mounted filesystems.
699
700 comment "Common options for mount/umount"
701         depends on MOUNT || UMOUNT
702
703 config FEATURE_MOUNT_LOOP
704         bool "Support loopback mounts"
705         default y
706         depends on MOUNT || UMOUNT
707         help
708           Enabling this feature allows automatic mounting of files (containing
709           filesystem images) via the linux kernel's loopback devices.
710           The mount command will detect you are trying to mount a file instead
711           of a block device, and transparently associate the file with a
712           loopback device. The umount command will also free that loopback
713           device.
714
715           You can still use the 'losetup' utility (to manually associate files
716           with loop devices) if you need to do something advanced, such as
717           specify an offset or cryptographic options to the loopback device.
718           (If you don't want umount to free the loop device, use "umount -D".)
719
720 config FEATURE_MOUNT_LOOP_CREATE
721         bool "Create new loopback devices if needed"
722         default y
723         depends on FEATURE_MOUNT_LOOP
724         help
725           Linux kernels >= 2.6.24 support unlimited loopback devices. They are
726           allocated for use when trying to use a loop device. The loop device
727           must however exist.
728
729           This feature lets mount to try to create next /dev/loopN device
730           if it does not find a free one.
731
732 config FEATURE_MTAB_SUPPORT
733         bool "Support for the old /etc/mtab file"
734         default n
735         depends on MOUNT || UMOUNT
736         select FEATURE_MOUNT_FAKE
737         help
738           Historically, Unix systems kept track of the currently mounted
739           partitions in the file "/etc/mtab". These days, the kernel exports
740           the list of currently mounted partitions in "/proc/mounts", rendering
741           the old mtab file obsolete. (In modern systems, /etc/mtab should be
742           a symlink to /proc/mounts.)
743
744           The only reason to have mount maintain an /etc/mtab file itself is if
745           your stripped-down embedded system does not have a /proc directory.
746           If you must use this, keep in mind it's inherently brittle (for
747           example a mount under chroot won't update it), can't handle modern
748           features like separate per-process filesystem namespaces, requires
749           that your /etc directory be writable, tends to get easily confused
750           by --bind or --move mounts, won't update if you rename a directory
751           that contains a mount point, and so on. (In brief: avoid.)
752
753           About the only reason to use this is if you've removed /proc from
754           your kernel.
755
756 config VOLUMEID
757         bool #No description makes it a hidden option
758         default n
759
760 menu "Filesystem/Volume identification"
761         depends on VOLUMEID
762
763 config FEATURE_VOLUMEID_EXT
764         bool "Ext filesystem"
765         default y
766         depends on VOLUMEID
767         help
768           TODO
769
770 config FEATURE_VOLUMEID_BTRFS
771         bool "btrfs filesystem"
772         default y
773         depends on VOLUMEID
774         help
775           TODO
776
777 config FEATURE_VOLUMEID_REISERFS
778         bool "Reiser filesystem"
779         default y
780         depends on VOLUMEID
781         help
782           TODO
783
784 config FEATURE_VOLUMEID_FAT
785         bool "fat filesystem"
786         default y
787         depends on VOLUMEID
788         help
789           TODO
790
791 config FEATURE_VOLUMEID_HFS
792         bool "hfs filesystem"
793         default y
794         depends on VOLUMEID
795         help
796           TODO
797
798 config FEATURE_VOLUMEID_JFS
799         bool "jfs filesystem"
800         default y
801         depends on VOLUMEID
802         help
803           TODO
804
805 ### config FEATURE_VOLUMEID_UFS
806 ###     bool "ufs filesystem"
807 ###     default y
808 ###     depends on VOLUMEID
809 ###     help
810 ###       TODO
811
812 config FEATURE_VOLUMEID_XFS
813         bool "xfs filesystem"
814         default y
815         depends on VOLUMEID
816         help
817           TODO
818
819 config FEATURE_VOLUMEID_NTFS
820         bool "ntfs filesystem"
821         default y
822         depends on VOLUMEID
823         help
824           TODO
825
826 config FEATURE_VOLUMEID_ISO9660
827         bool "iso9660 filesystem"
828         default y
829         depends on VOLUMEID
830         help
831           TODO
832
833 config FEATURE_VOLUMEID_UDF
834         bool "udf filesystem"
835         default y
836         depends on VOLUMEID
837         help
838           TODO
839
840 config FEATURE_VOLUMEID_LUKS
841         bool "luks filesystem"
842         default y
843         depends on VOLUMEID
844         help
845           TODO
846
847 config FEATURE_VOLUMEID_LINUXSWAP
848         bool "linux swap filesystem"
849         default y
850         depends on VOLUMEID
851         help
852           TODO
853
854 ### config FEATURE_VOLUMEID_LVM
855 ###     bool "lvm"
856 ###     default y
857 ###     depends on VOLUMEID
858 ###     help
859 ###       TODO
860
861 config FEATURE_VOLUMEID_CRAMFS
862         bool "cramfs filesystem"
863         default y
864         depends on VOLUMEID
865         help
866           TODO
867
868 ### config FEATURE_VOLUMEID_HPFS
869 ###     bool "hpfs filesystem"
870 ###     default y
871 ###     depends on VOLUMEID
872 ###     help
873 ###       TODO
874
875 config FEATURE_VOLUMEID_ROMFS
876         bool "romfs filesystem"
877         default y
878         depends on VOLUMEID
879         help
880           TODO
881
882 config FEATURE_VOLUMEID_SYSV
883         bool "sysv filesystem"
884         default y
885         depends on VOLUMEID
886         help
887           TODO
888
889 ### config FEATURE_VOLUMEID_MINIX
890 ###     bool "minix filesystem"
891 ###     default y
892 ###     depends on VOLUMEID
893 ###     help
894 ###       TODO
895
896 ### These only detect partition tables - not used (yet?)
897 ### config FEATURE_VOLUMEID_MAC
898 ###     bool "mac filesystem"
899 ###     default y
900 ###     depends on VOLUMEID
901 ###     help
902 ###       TODO
903 ###
904 ### config FEATURE_VOLUMEID_MSDOS
905 ###     bool "msdos filesystem"
906 ###     default y
907 ###     depends on VOLUMEID
908 ###     help
909 ###       TODO
910
911 config FEATURE_VOLUMEID_OCFS2
912         bool "ocfs2 filesystem"
913         default y
914         depends on VOLUMEID
915         help
916           TODO
917
918 ### config FEATURE_VOLUMEID_HIGHPOINTRAID
919 ###     bool "highpoint raid"
920 ###     default y
921 ###     depends on VOLUMEID
922 ###     help
923 ###       TODO
924
925 ### config FEATURE_VOLUMEID_ISWRAID
926 ###     bool "intel raid"
927 ###     default y
928 ###     depends on VOLUMEID
929 ###     help
930 ###       TODO
931
932 ### config FEATURE_VOLUMEID_LSIRAID
933 ###     bool "lsi raid"
934 ###     default y
935 ###     depends on VOLUMEID
936 ###     help
937 ###       TODO
938
939 ### config FEATURE_VOLUMEID_VIARAID
940 ###     bool "via raid"
941 ###     default y
942 ###     depends on VOLUMEID
943 ###     help
944 ###       TODO
945
946 ### config FEATURE_VOLUMEID_SILICONRAID
947 ###     bool "silicon raid"
948 ###     default y
949 ###     depends on VOLUMEID
950 ###     help
951 ###       TODO
952
953 ### config FEATURE_VOLUMEID_NVIDIARAID
954 ###     bool "nvidia raid"
955 ###     default y
956 ###     depends on VOLUMEID
957 ###     help
958 ###       TODO
959
960 ### config FEATURE_VOLUMEID_PROMISERAID
961 ###     bool "promise raid"
962 ###     default y
963 ###     depends on VOLUMEID
964 ###     help
965 ###       TODO
966
967 config FEATURE_VOLUMEID_LINUXRAID
968         bool "linuxraid"
969         default y
970         depends on VOLUMEID
971         help
972           TODO
973
974 endmenu
975
976 endmenu