~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/openbios/fs/grubfs/Kconfig

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
config FSYS_EXT2FS
 
2
        depends on GRUBFS
 
3
        bool "EXT2 support"
 
4
        default n
 
5
        help
 
6
          Include EXT2 filesystem support
 
7
 
 
8
config FSYS_FAT
 
9
        depends on GRUBFS
 
10
        bool "(V)FAT support"
 
11
        default n
 
12
        help
 
13
          Include VFAT/FAT (MSDOS / Windows95) filesystem support
 
14
 
 
15
config FSYS_JFS
 
16
        depends on GRUBFS
 
17
        bool "JFS support"
 
18
        default n
 
19
        help
 
20
          Include JFS support
 
21
 
 
22
config FSYS_MINIX
 
23
        depends on GRUBFS
 
24
        bool "Minix filesystem support"
 
25
        default n
 
26
        help
 
27
          Include Minix filesystem support
 
28
 
 
29
config FSYS_REISERFS
 
30
        depends on GRUBFS
 
31
        bool "Reiser filesystem support"
 
32
        default n
 
33
        help
 
34
          Include Reiser filesystem support
 
35
          
 
36
config FSYS_XFS
 
37
        depends on GRUBFS
 
38
        bool "XFS support"
 
39
        default n
 
40
        help
 
41
          Include XFS support
 
42
 
 
43
config FSYS_UFS
 
44
        depends on GRUBFS
 
45
        bool "UFS/UFS2 support"
 
46
        default n
 
47
        help
 
48
          Include UFS/UFS2 support
 
49
 
 
50
config FSYS_ISO9660
 
51
        depends on GRUBFS
 
52
        bool "ISO 9660 support"
 
53
        default n
 
54
        help
 
55
          Include ISO9660 (cdrom) filesystem support
 
56
 
 
57
config FSYS_FFS
 
58
        depends on GRUBFS
 
59
        bool "FreeBSD FFS support"
 
60
        default n
 
61
        help
 
62
          Include FreeBSD FFS filesystem support
 
63
 
 
64
config FSYS_VSTAFS
 
65
        depends on GRUBFS
 
66
        bool "VSTA filesystem support"
 
67
        default n
 
68
        help
 
69
          Include VSTA filesystem support
 
70
 
 
71
config FSYS_NTFS
 
72
        depends on GRUBFS
 
73
        bool "NT filesystem support"
 
74
        default n
 
75
        help
 
76
          Include NTFS filesystem support
 
77
 
 
78
config FSYS_AFFS
 
79
        depends on GRUBFS
 
80
        bool "Amiga fast filesystem support"
 
81
        default n
 
82
        help
 
83
          Include Amiga FFS filesystem support