aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-07-14 07:10:47 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-07-14 07:10:47 +0200
commit0e450669d455e4f8dab97c26b4009a9700cd677b (patch)
tree615819af7a7cb2750695c13213169f4ecb13bc8d /util-linux
parenta95ce93e578958ad84c51d8cc01d18afed9bc6f2 (diff)
downloadbusybox-w32-0e450669d455e4f8dab97c26b4009a9700cd677b.tar.gz
busybox-w32-0e450669d455e4f8dab97c26b4009a9700cd677b.tar.bz2
busybox-w32-0e450669d455e4f8dab97c26b4009a9700cd677b.zip
util-linux: move VOLUMEID to a submenu
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/Config.src435
1 files changed, 220 insertions, 215 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src
index 3c3e05ec4..91d1fc2ce 100644
--- a/util-linux/Config.src
+++ b/util-linux/Config.src
@@ -470,221 +470,6 @@ config FEATURE_USE_TERMIOS
470 will be unable to determine the current screen size, and will be 470 will be unable to determine the current screen size, and will be
471 unable to move the cursor. 471 unable to move the cursor.
472 472
473config VOLUMEID
474 bool #No description makes it a hidden option
475 default n
476
477config FEATURE_VOLUMEID_EXT
478 bool "Ext filesystem"
479 default y
480 depends on VOLUMEID
481 help
482 TODO
483
484config FEATURE_VOLUMEID_BTRFS
485 bool "btrfs filesystem"
486 default y
487 depends on VOLUMEID
488 help
489 TODO
490
491config FEATURE_VOLUMEID_REISERFS
492 bool "Reiser filesystem"
493 default y
494 depends on VOLUMEID
495 help
496 TODO
497
498config FEATURE_VOLUMEID_FAT
499 bool "fat filesystem"
500 default y
501 depends on VOLUMEID
502 help
503 TODO
504
505config FEATURE_VOLUMEID_HFS
506 bool "hfs filesystem"
507 default y
508 depends on VOLUMEID
509 help
510 TODO
511
512config FEATURE_VOLUMEID_JFS
513 bool "jfs filesystem"
514 default y
515 depends on VOLUMEID
516 help
517 TODO
518
519### config FEATURE_VOLUMEID_UFS
520### bool "ufs filesystem"
521### default y
522### depends on VOLUMEID
523### help
524### TODO
525
526config FEATURE_VOLUMEID_XFS
527 bool "xfs filesystem"
528 default y
529 depends on VOLUMEID
530 help
531 TODO
532
533config FEATURE_VOLUMEID_NTFS
534 bool "ntfs filesystem"
535 default y
536 depends on VOLUMEID
537 help
538 TODO
539
540config FEATURE_VOLUMEID_ISO9660
541 bool "iso9660 filesystem"
542 default y
543 depends on VOLUMEID
544 help
545 TODO
546
547config FEATURE_VOLUMEID_UDF
548 bool "udf filesystem"
549 default y
550 depends on VOLUMEID
551 help
552 TODO
553
554config FEATURE_VOLUMEID_LUKS
555 bool "luks filesystem"
556 default y
557 depends on VOLUMEID
558 help
559 TODO
560
561config FEATURE_VOLUMEID_LINUXSWAP
562 bool "linux swap filesystem"
563 default y
564 depends on VOLUMEID
565 help
566 TODO
567
568### config FEATURE_VOLUMEID_LVM
569### bool "lvm"
570### default y
571### depends on VOLUMEID
572### help
573### TODO
574
575config FEATURE_VOLUMEID_CRAMFS
576 bool "cramfs filesystem"
577 default y
578 depends on VOLUMEID
579 help
580 TODO
581
582### config FEATURE_VOLUMEID_HPFS
583### bool "hpfs filesystem"
584### default y
585### depends on VOLUMEID
586### help
587### TODO
588
589config FEATURE_VOLUMEID_ROMFS
590 bool "romfs filesystem"
591 default y
592 depends on VOLUMEID
593 help
594 TODO
595
596config FEATURE_VOLUMEID_SYSV
597 bool "sysv filesystem"
598 default y
599 depends on VOLUMEID
600 help
601 TODO
602
603### config FEATURE_VOLUMEID_MINIX
604### bool "minix filesystem"
605### default y
606### depends on VOLUMEID
607### help
608### TODO
609
610### These only detect partition tables - not used (yet?)
611### config FEATURE_VOLUMEID_MAC
612### bool "mac filesystem"
613### default y
614### depends on VOLUMEID
615### help
616### TODO
617###
618### config FEATURE_VOLUMEID_MSDOS
619### bool "msdos filesystem"
620### default y
621### depends on VOLUMEID
622### help
623### TODO
624
625config FEATURE_VOLUMEID_OCFS2
626 bool "ocfs2 filesystem"
627 default y
628 depends on VOLUMEID
629 help
630 TODO
631
632### config FEATURE_VOLUMEID_HIGHPOINTRAID
633### bool "highpoint raid"
634### default y
635### depends on VOLUMEID
636### help
637### TODO
638
639### config FEATURE_VOLUMEID_ISWRAID
640### bool "intel raid"
641### default y
642### depends on VOLUMEID
643### help
644### TODO
645
646### config FEATURE_VOLUMEID_LSIRAID
647### bool "lsi raid"
648### default y
649### depends on VOLUMEID
650### help
651### TODO
652
653### config FEATURE_VOLUMEID_VIARAID
654### bool "via raid"
655### default y
656### depends on VOLUMEID
657### help
658### TODO
659
660### config FEATURE_VOLUMEID_SILICONRAID
661### bool "silicon raid"
662### default y
663### depends on VOLUMEID
664### help
665### TODO
666
667### config FEATURE_VOLUMEID_NVIDIARAID
668### bool "nvidia raid"
669### default y
670### depends on VOLUMEID
671### help
672### TODO
673
674### config FEATURE_VOLUMEID_PROMISERAID
675### bool "promise raid"
676### default y
677### depends on VOLUMEID
678### help
679### TODO
680
681config FEATURE_VOLUMEID_LINUXRAID
682 bool "linuxraid"
683 default y
684 depends on VOLUMEID
685 help
686 TODO
687
688config MOUNT 473config MOUNT
689 bool "mount" 474 bool "mount"
690 default y 475 default y
@@ -937,4 +722,224 @@ config FEATURE_MTAB_SUPPORT
937 About the only reason to use this is if you've removed /proc from 722 About the only reason to use this is if you've removed /proc from
938 your kernel. 723 your kernel.
939 724
725config VOLUMEID
726 bool #No description makes it a hidden option
727 default n
728
729menu "Filesystem/Volume identification"
730 depends on VOLUMEID
731
732config FEATURE_VOLUMEID_EXT
733 bool "Ext filesystem"
734 default y
735 depends on VOLUMEID
736 help
737 TODO
738
739config FEATURE_VOLUMEID_BTRFS
740 bool "btrfs filesystem"
741 default y
742 depends on VOLUMEID
743 help
744 TODO
745
746config FEATURE_VOLUMEID_REISERFS
747 bool "Reiser filesystem"
748 default y
749 depends on VOLUMEID
750 help
751 TODO
752
753config FEATURE_VOLUMEID_FAT
754 bool "fat filesystem"
755 default y
756 depends on VOLUMEID
757 help
758 TODO
759
760config FEATURE_VOLUMEID_HFS
761 bool "hfs filesystem"
762 default y
763 depends on VOLUMEID
764 help
765 TODO
766
767config FEATURE_VOLUMEID_JFS
768 bool "jfs filesystem"
769 default y
770 depends on VOLUMEID
771 help
772 TODO
773
774### config FEATURE_VOLUMEID_UFS
775### bool "ufs filesystem"
776### default y
777### depends on VOLUMEID
778### help
779### TODO
780
781config FEATURE_VOLUMEID_XFS
782 bool "xfs filesystem"
783 default y
784 depends on VOLUMEID
785 help
786 TODO
787
788config FEATURE_VOLUMEID_NTFS
789 bool "ntfs filesystem"
790 default y
791 depends on VOLUMEID
792 help
793 TODO
794
795config FEATURE_VOLUMEID_ISO9660
796 bool "iso9660 filesystem"
797 default y
798 depends on VOLUMEID
799 help
800 TODO
801
802config FEATURE_VOLUMEID_UDF
803 bool "udf filesystem"
804 default y
805 depends on VOLUMEID
806 help
807 TODO
808
809config FEATURE_VOLUMEID_LUKS
810 bool "luks filesystem"
811 default y
812 depends on VOLUMEID
813 help
814 TODO
815
816config FEATURE_VOLUMEID_LINUXSWAP
817 bool "linux swap filesystem"
818 default y
819 depends on VOLUMEID
820 help
821 TODO
822
823### config FEATURE_VOLUMEID_LVM
824### bool "lvm"
825### default y
826### depends on VOLUMEID
827### help
828### TODO
829
830config FEATURE_VOLUMEID_CRAMFS
831 bool "cramfs filesystem"
832 default y
833 depends on VOLUMEID
834 help
835 TODO
836
837### config FEATURE_VOLUMEID_HPFS
838### bool "hpfs filesystem"
839### default y
840### depends on VOLUMEID
841### help
842### TODO
843
844config FEATURE_VOLUMEID_ROMFS
845 bool "romfs filesystem"
846 default y
847 depends on VOLUMEID
848 help
849 TODO
850
851config FEATURE_VOLUMEID_SYSV
852 bool "sysv filesystem"
853 default y
854 depends on VOLUMEID
855 help
856 TODO
857
858### config FEATURE_VOLUMEID_MINIX
859### bool "minix filesystem"
860### default y
861### depends on VOLUMEID
862### help
863### TODO
864
865### These only detect partition tables - not used (yet?)
866### config FEATURE_VOLUMEID_MAC
867### bool "mac filesystem"
868### default y
869### depends on VOLUMEID
870### help
871### TODO
872###
873### config FEATURE_VOLUMEID_MSDOS
874### bool "msdos filesystem"
875### default y
876### depends on VOLUMEID
877### help
878### TODO
879
880config FEATURE_VOLUMEID_OCFS2
881 bool "ocfs2 filesystem"
882 default y
883 depends on VOLUMEID
884 help
885 TODO
886
887### config FEATURE_VOLUMEID_HIGHPOINTRAID
888### bool "highpoint raid"
889### default y
890### depends on VOLUMEID
891### help
892### TODO
893
894### config FEATURE_VOLUMEID_ISWRAID
895### bool "intel raid"
896### default y
897### depends on VOLUMEID
898### help
899### TODO
900
901### config FEATURE_VOLUMEID_LSIRAID
902### bool "lsi raid"
903### default y
904### depends on VOLUMEID
905### help
906### TODO
907
908### config FEATURE_VOLUMEID_VIARAID
909### bool "via raid"
910### default y
911### depends on VOLUMEID
912### help
913### TODO
914
915### config FEATURE_VOLUMEID_SILICONRAID
916### bool "silicon raid"
917### default y
918### depends on VOLUMEID
919### help
920### TODO
921
922### config FEATURE_VOLUMEID_NVIDIARAID
923### bool "nvidia raid"
924### default y
925### depends on VOLUMEID
926### help
927### TODO
928
929### config FEATURE_VOLUMEID_PROMISERAID
930### bool "promise raid"
931### default y
932### depends on VOLUMEID
933### help
934### TODO
935
936config FEATURE_VOLUMEID_LINUXRAID
937 bool "linuxraid"
938 default y
939 depends on VOLUMEID
940 help
941 TODO
942
943endmenu
944
940endmenu 945endmenu