OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [fs/] [Config.in] - Blame information for rev 1765

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1627 jcastillo
#
2
# Filesystem configuration
3
#
4
mainmenu_option next_comment
5
comment 'Filesystems'
6
 
7
bool     'Quota support' CONFIG_QUOTA
8
tristate 'Minix fs support' CONFIG_MINIX_FS
9
tristate 'Extended fs support' CONFIG_EXT_FS
10
tristate 'Second extended fs support' CONFIG_EXT2_FS
11
tristate 'xiafs filesystem support' CONFIG_XIA_FS
12
 
13
tristate 'Native language support (Needed for FAT and ISO9660)' CONFIG_NLS
14
if [ "$CONFIG_NLS" = "y" -o "$CONFIG_NLS" = "m" ]; then
15
  dep_tristate 'ISO9660 cdrom filesystem support' CONFIG_ISO9660_FS $CONFIG_NLS
16
 
17
  # msdos filesystems
18
  dep_tristate 'DOS FAT fs support' CONFIG_FAT_FS $CONFIG_NLS
19
  dep_tristate 'MSDOS fs support' CONFIG_MSDOS_FS $CONFIG_FAT_FS
20
  dep_tristate 'umsdos: Unix like fs on top of std MSDOS FAT fs' CONFIG_UMSDOS_FS $CONFIG_MSDOS_FS
21
  dep_tristate 'VFAT (Windows-95) fs support' CONFIG_VFAT_FS $CONFIG_FAT_FS
22
  mainmenu_option next_comment
23
  comment 'Select available code pages'
24
  dep_tristate 'Codepage 437 (United States, Canada)'   CONFIG_NLS_CODEPAGE_437 $CONFIG_NLS
25
  dep_tristate 'Codepage 737 (Greek)'                   CONFIG_NLS_CODEPAGE_737 $CONFIG_NLS
26
  dep_tristate 'Codepage 775 (Baltic Rim)'              CONFIG_NLS_CODEPAGE_775 $CONFIG_NLS
27
  dep_tristate 'Codepage 850 (Europe)'                  CONFIG_NLS_CODEPAGE_850 $CONFIG_NLS
28
  dep_tristate 'Codepage 852 (Central/Eastern Europe)'  CONFIG_NLS_CODEPAGE_852 $CONFIG_NLS
29
  dep_tristate 'Codepage 855 (Cyrillic)'                CONFIG_NLS_CODEPAGE_855 $CONFIG_NLS
30
  dep_tristate 'Codepage 857 (Turkish)'                 CONFIG_NLS_CODEPAGE_857 $CONFIG_NLS
31
  dep_tristate 'Codepage 860 (Portugese)'               CONFIG_NLS_CODEPAGE_860 $CONFIG_NLS
32
  dep_tristate 'Codepage 861 (Icelandic)'               CONFIG_NLS_CODEPAGE_861 $CONFIG_NLS
33
  dep_tristate 'Codepage 862 (Hebrew)'                  CONFIG_NLS_CODEPAGE_862 $CONFIG_NLS
34
  dep_tristate 'Codepage 863 (Canadian French)'         CONFIG_NLS_CODEPAGE_863 $CONFIG_NLS
35
  dep_tristate 'Codepage 864 (Arabic)'                  CONFIG_NLS_CODEPAGE_864 $CONFIG_NLS
36
  dep_tristate 'Codepage 865 (Nordic European)'         CONFIG_NLS_CODEPAGE_865 $CONFIG_NLS
37
  dep_tristate 'Codepage 866 (Cyrillic/Russian)'        CONFIG_NLS_CODEPAGE_866 $CONFIG_NLS
38
  dep_tristate 'Codepage 869 (Greek)'                   CONFIG_NLS_CODEPAGE_869 $CONFIG_NLS
39
  dep_tristate 'Codepage 874 (Thai)'                    CONFIG_NLS_CODEPAGE_874 $CONFIG_NLS
40
  dep_tristate 'NLS ISO 8859-1 (Latin 1; Western Europe)'    CONFIG_NLS_ISO8859_1    $CONFIG_NLS
41
  dep_tristate 'NLS ISO 8859-2 (Latin 2; Slavic/Central European)'    CONFIG_NLS_ISO8859_2    $CONFIG_NLS
42
  dep_tristate 'NLS ISO 8859-3 (Latin 3; Esperanto, Galician, Maltese, Turkish)'    CONFIG_NLS_ISO8859_3    $CONFIG_NLS
43
  dep_tristate 'NLS ISO 8859-4 (Latin 4; Estonian, Latvian, Lithuanian)'    CONFIG_NLS_ISO8859_4    $CONFIG_NLS
44
  dep_tristate 'NLS ISO 8859-5 (Cyrillic)'    CONFIG_NLS_ISO8859_5    $CONFIG_NLS
45
  dep_tristate 'NLS ISO 8859-6 (Arabic)'    CONFIG_NLS_ISO8859_6    $CONFIG_NLS
46
  dep_tristate 'NLS ISO 8859-7 (Modern Greek)'    CONFIG_NLS_ISO8859_7    $CONFIG_NLS
47
  dep_tristate 'NLS ISO 8859-8 (Hebrew)'    CONFIG_NLS_ISO8859_8    $CONFIG_NLS
48
  dep_tristate 'NLS ISO 8859-9 (Latin 5; Turkey)'    CONFIG_NLS_ISO8859_9    $CONFIG_NLS
49
  dep_tristate 'NLS ISO 8859-15 (Latin 9; Western European Languages with Euro)' CONFIG_NLS_ISO8859_15 $CONFIG_NLS
50
  dep_tristate 'NLS KOI8-R (Russian)'        CONFIG_NLS_KOI8_R       $CONFIG_NLS
51
  endmenu
52
fi
53
 
54
bool '/proc filesystem support' CONFIG_PROC_FS
55
if [ "$CONFIG_INET" = "y" ]; then
56
  tristate 'NFS filesystem support' CONFIG_NFS_FS
57
  if [ "$CONFIG_NFS_FS" = "y" ]; then
58
    bool '   Root file system on NFS' CONFIG_ROOT_NFS
59
    if [ "$CONFIG_ROOT_NFS" = "y" ]; then
60
      bool '      BOOTP support' CONFIG_RNFS_BOOTP
61
      bool '      RARP support' CONFIG_RNFS_RARP
62
    fi
63
  fi
64
  tristate 'SMB filesystem support (to mount WfW shares etc..)' CONFIG_SMB_FS
65
  if [ "$CONFIG_SMB_FS" != "n" ]; then
66
    bool 'SMB Win95 bug work-around' CONFIG_SMB_WIN95
67
  fi
68
fi
69
if [ "$CONFIG_IPX" != "n" ]; then
70
  tristate 'NCP filesystem support (to mount NetWare volumes)' CONFIG_NCP_FS
71
  if [ "$CONFIG_NCP_FS" != "n" ]; then
72
    source fs/ncpfs/Config.in
73
  fi
74
fi
75
tristate 'OS/2 HPFS filesystem support (read only)' CONFIG_HPFS_FS
76
tristate 'System V and Coherent filesystem support' CONFIG_SYSV_FS
77
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
78
  tristate 'Kernel automounter support (experimental)' CONFIG_AUTOFS_FS
79
fi
80
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
81
  tristate 'Amiga FFS filesystem support (EXPERIMENTAL)' CONFIG_AFFS_FS
82
  if [ "$CONFIG_AFFS_FS" != "n" ]; then
83
    define_bool CONFIG_AMIGA_PARTITION y
84
  fi
85
fi
86
tristate 'ROM filesystem support' CONFIG_ROMFS_FS
87
tristate 'Journaling FLASH filesystem support' CONFIG_JFFS_FS
88
 
89
tristate 'UFS filesystem support (read only)' CONFIG_UFS_FS
90
if [ "$CONFIG_UFS_FS" != "n" ]; then
91
  bool 'BSD disklabel (FreeBSD partition tables) support' CONFIG_BSD_DISKLABEL
92
  bool 'SMD disklabel (Sun partition tables) support' CONFIG_SMD_DISKLABEL
93
fi
94
endmenu

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.