repo.or.cz
/
unleashed.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bmake-ify vr
[unleashed.git]
/
kernel
/
fs
/
Sconfig
blob
775aacdabc130bdc0423984bc6cd9b32ee8c8e11
1
((config
2
; support for file system automounter
3
FS_AUTOFS
4
#t)
5
6
(config
7
; support for ISO9660/High Sierra file systems
8
FS_HSFS
9
#t)
10
11
(config
12
; support for loopback file systems
13
FS_LOFS
14
#t)
15
16
(config
17
; support for namefs
18
FS_NAMEFS
19
#t)
20
21
(config
22
; support for FAT12/FAT16/FAT32 file systems
23
FS_PCFS
24
#t)
25
26
(config
27
; support for UDF file system
28
FS_UDFS
29
#t))
30
31
; vim: set syntax=scheme: