URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [fs/] [Config.in] - Rev 1765
Compare with Previous | Blame | View Log
## Filesystem configuration#mainmenu_option next_commentcomment 'Filesystems'bool 'Quota support' CONFIG_QUOTAtristate 'Minix fs support' CONFIG_MINIX_FStristate 'Extended fs support' CONFIG_EXT_FStristate 'Second extended fs support' CONFIG_EXT2_FStristate 'xiafs filesystem support' CONFIG_XIA_FStristate 'Native language support (Needed for FAT and ISO9660)' CONFIG_NLSif [ "$CONFIG_NLS" = "y" -o "$CONFIG_NLS" = "m" ]; thendep_tristate 'ISO9660 cdrom filesystem support' CONFIG_ISO9660_FS $CONFIG_NLS# msdos filesystemsdep_tristate 'DOS FAT fs support' CONFIG_FAT_FS $CONFIG_NLSdep_tristate 'MSDOS fs support' CONFIG_MSDOS_FS $CONFIG_FAT_FSdep_tristate 'umsdos: Unix like fs on top of std MSDOS FAT fs' CONFIG_UMSDOS_FS $CONFIG_MSDOS_FSdep_tristate 'VFAT (Windows-95) fs support' CONFIG_VFAT_FS $CONFIG_FAT_FSmainmenu_option next_commentcomment 'Select available code pages'dep_tristate 'Codepage 437 (United States, Canada)' CONFIG_NLS_CODEPAGE_437 $CONFIG_NLSdep_tristate 'Codepage 737 (Greek)' CONFIG_NLS_CODEPAGE_737 $CONFIG_NLSdep_tristate 'Codepage 775 (Baltic Rim)' CONFIG_NLS_CODEPAGE_775 $CONFIG_NLSdep_tristate 'Codepage 850 (Europe)' CONFIG_NLS_CODEPAGE_850 $CONFIG_NLSdep_tristate 'Codepage 852 (Central/Eastern Europe)' CONFIG_NLS_CODEPAGE_852 $CONFIG_NLSdep_tristate 'Codepage 855 (Cyrillic)' CONFIG_NLS_CODEPAGE_855 $CONFIG_NLSdep_tristate 'Codepage 857 (Turkish)' CONFIG_NLS_CODEPAGE_857 $CONFIG_NLSdep_tristate 'Codepage 860 (Portugese)' CONFIG_NLS_CODEPAGE_860 $CONFIG_NLSdep_tristate 'Codepage 861 (Icelandic)' CONFIG_NLS_CODEPAGE_861 $CONFIG_NLSdep_tristate 'Codepage 862 (Hebrew)' CONFIG_NLS_CODEPAGE_862 $CONFIG_NLSdep_tristate 'Codepage 863 (Canadian French)' CONFIG_NLS_CODEPAGE_863 $CONFIG_NLSdep_tristate 'Codepage 864 (Arabic)' CONFIG_NLS_CODEPAGE_864 $CONFIG_NLSdep_tristate 'Codepage 865 (Nordic European)' CONFIG_NLS_CODEPAGE_865 $CONFIG_NLSdep_tristate 'Codepage 866 (Cyrillic/Russian)' CONFIG_NLS_CODEPAGE_866 $CONFIG_NLSdep_tristate 'Codepage 869 (Greek)' CONFIG_NLS_CODEPAGE_869 $CONFIG_NLSdep_tristate 'Codepage 874 (Thai)' CONFIG_NLS_CODEPAGE_874 $CONFIG_NLSdep_tristate 'NLS ISO 8859-1 (Latin 1; Western Europe)' CONFIG_NLS_ISO8859_1 $CONFIG_NLSdep_tristate 'NLS ISO 8859-2 (Latin 2; Slavic/Central European)' CONFIG_NLS_ISO8859_2 $CONFIG_NLSdep_tristate 'NLS ISO 8859-3 (Latin 3; Esperanto, Galician, Maltese, Turkish)' CONFIG_NLS_ISO8859_3 $CONFIG_NLSdep_tristate 'NLS ISO 8859-4 (Latin 4; Estonian, Latvian, Lithuanian)' CONFIG_NLS_ISO8859_4 $CONFIG_NLSdep_tristate 'NLS ISO 8859-5 (Cyrillic)' CONFIG_NLS_ISO8859_5 $CONFIG_NLSdep_tristate 'NLS ISO 8859-6 (Arabic)' CONFIG_NLS_ISO8859_6 $CONFIG_NLSdep_tristate 'NLS ISO 8859-7 (Modern Greek)' CONFIG_NLS_ISO8859_7 $CONFIG_NLSdep_tristate 'NLS ISO 8859-8 (Hebrew)' CONFIG_NLS_ISO8859_8 $CONFIG_NLSdep_tristate 'NLS ISO 8859-9 (Latin 5; Turkey)' CONFIG_NLS_ISO8859_9 $CONFIG_NLSdep_tristate 'NLS ISO 8859-15 (Latin 9; Western European Languages with Euro)' CONFIG_NLS_ISO8859_15 $CONFIG_NLSdep_tristate 'NLS KOI8-R (Russian)' CONFIG_NLS_KOI8_R $CONFIG_NLSendmenufibool '/proc filesystem support' CONFIG_PROC_FSif [ "$CONFIG_INET" = "y" ]; thentristate 'NFS filesystem support' CONFIG_NFS_FSif [ "$CONFIG_NFS_FS" = "y" ]; thenbool ' Root file system on NFS' CONFIG_ROOT_NFSif [ "$CONFIG_ROOT_NFS" = "y" ]; thenbool ' BOOTP support' CONFIG_RNFS_BOOTPbool ' RARP support' CONFIG_RNFS_RARPfifitristate 'SMB filesystem support (to mount WfW shares etc..)' CONFIG_SMB_FSif [ "$CONFIG_SMB_FS" != "n" ]; thenbool 'SMB Win95 bug work-around' CONFIG_SMB_WIN95fifiif [ "$CONFIG_IPX" != "n" ]; thentristate 'NCP filesystem support (to mount NetWare volumes)' CONFIG_NCP_FSif [ "$CONFIG_NCP_FS" != "n" ]; thensource fs/ncpfs/Config.infifitristate 'OS/2 HPFS filesystem support (read only)' CONFIG_HPFS_FStristate 'System V and Coherent filesystem support' CONFIG_SYSV_FSif [ "$CONFIG_EXPERIMENTAL" = "y" ]; thentristate 'Kernel automounter support (experimental)' CONFIG_AUTOFS_FSfiif [ "$CONFIG_EXPERIMENTAL" = "y" ]; thentristate 'Amiga FFS filesystem support (EXPERIMENTAL)' CONFIG_AFFS_FSif [ "$CONFIG_AFFS_FS" != "n" ]; thendefine_bool CONFIG_AMIGA_PARTITION yfifitristate 'ROM filesystem support' CONFIG_ROMFS_FStristate 'Journaling FLASH filesystem support' CONFIG_JFFS_FStristate 'UFS filesystem support (read only)' CONFIG_UFS_FSif [ "$CONFIG_UFS_FS" != "n" ]; thenbool 'BSD disklabel (FreeBSD partition tables) support' CONFIG_BSD_DISKLABELbool 'SMD disklabel (Sun partition tables) support' CONFIG_SMD_DISKLABELfiendmenu
