blob: 74824fb42513a0227acd361fc087ca11af4cf8b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
|
# DO NOT EDIT. This file is generated from Config.src
#
# For a description of the syntax of this configuration file,
# see docs/Kconfig-language.txt.
#
config BUSYBOX_VOLUMEID
bool #No description makes it a hidden option
default n
menu "Filesystem/Volume identification"
depends on BUSYBOX_VOLUMEID
config BUSYBOX_FEATURE_VOLUMEID_BCACHE
bool "bcache filesystem"
default y
depends on BUSYBOX_VOLUMEID
config BUSYBOX_FEATURE_VOLUMEID_BTRFS
bool "btrfs filesystem"
default y
depends on BUSYBOX_VOLUMEID
config BUSYBOX_FEATURE_VOLUMEID_CRAMFS
bool "cramfs filesystem"
default y
depends on BUSYBOX_VOLUMEID
config BUSYBOX_FEATURE_VOLUMEID_EROFS
bool "erofs filesystem"
default y
depends on BUSYBOX_VOLUMEID
help
Erofs is a compressed readonly filesystem for Linux.
config BUSYBOX_FEATURE_VOLUMEID_EXFAT
bool "exFAT filesystem"
default y
depends on BUSYBOX_VOLUMEID
help
exFAT (extended FAT) is a proprietary file system designed especially
for flash drives. It has many features from NTFS, but with less
overhead. exFAT is used on most SDXC cards for consumer electronics.
config BUSYBOX_FEATURE_VOLUMEID_EXT
bool "Ext filesystem"
default y
depends on BUSYBOX_VOLUMEID
config BUSYBOX_FEATURE_VOLUMEID_F2FS
bool "f2fs filesystem"
default y
depends on BUSYBOX_VOLUMEID
help
F2FS (aka Flash-Friendly File System) is a log-structured file system,
which is adapted to newer forms of storage. F2FS also remedies some
known issues of the older log structured file systems, such as high
cleaning overhead.
config BUSYBOX_FEATURE_VOLUMEID_FAT
bool "fat filesystem"
default y
depends on BUSYBOX_VOLUMEID
config BUSYBOX_FEATURE_VOLUMEID_HFS
bool "hfs filesystem"
default y
depends on BUSYBOX_VOLUMEID
config BUSYBOX_FEATURE_VOLUMEID_ISO9660
bool "iso9660 filesystem"
default y
depends on BUSYBOX_VOLUMEID
config BUSYBOX_FEATURE_VOLUMEID_JFS
bool "jfs filesystem"
default y
depends on BUSYBOX_VOLUMEID
config BUSYBOX_FEATURE_VOLUMEID_LFS
bool "LittleFS filesystem"
default y
depends on BUSYBOX_VOLUMEID && BUSYBOX_FEATURE_BLKID_TYPE
help
LittleFS is a small fail-safe filesystem designed for embedded
systems. It has strong copy-on-write guarantees and storage on disk
is always kept in a valid state. It also provides a form of dynamic
wear levelling for systems that can not fit a full flash translation
layer.
config BUSYBOX_FEATURE_VOLUMEID_LINUXRAID
bool "linuxraid"
default y
depends on BUSYBOX_VOLUMEID
config BUSYBOX_FEATURE_VOLUMEID_LINUXSWAP
bool "linux swap filesystem"
default y
depends on BUSYBOX_VOLUMEID
config BUSYBOX_FEATURE_VOLUMEID_LUKS
bool "luks filesystem"
default y
depends on BUSYBOX_VOLUMEID
config BUSYBOX_FEATURE_VOLUMEID_MINIX
bool "minix filesystem"
default y
depends on BUSYBOX_VOLUMEID
config BUSYBOX_FEATURE_VOLUMEID_NILFS
bool "nilfs filesystem"
default y
depends on BUSYBOX_VOLUMEID
help
NILFS is a New Implementation of a Log-Structured File System (LFS)
that supports continuous snapshots. This provides features like
versioning of the entire filesystem, restoration of files that
were deleted a few minutes ago. NILFS keeps consistency like
conventional LFS, so it provides quick recovery after system crashes.
The possible use of NILFS includes versioning, tamper detection,
SOX compliance logging, and so forth. It can serve as an alternative
filesystem for Linux desktop environment, or as a basis of advanced
storage appliances.
config BUSYBOX_FEATURE_VOLUMEID_NTFS
bool "ntfs filesystem"
default y
depends on BUSYBOX_VOLUMEID
config BUSYBOX_FEATURE_VOLUMEID_OCFS2
bool "ocfs2 filesystem"
default y
depends on BUSYBOX_VOLUMEID
config BUSYBOX_FEATURE_VOLUMEID_REISERFS
bool "Reiser filesystem"
default y
depends on BUSYBOX_VOLUMEID
config BUSYBOX_FEATURE_VOLUMEID_ROMFS
bool "romfs filesystem"
default y
depends on BUSYBOX_VOLUMEID
config BUSYBOX_FEATURE_VOLUMEID_SQUASHFS
bool "SquashFS filesystem"
default y
depends on BUSYBOX_VOLUMEID && BUSYBOX_FEATURE_BLKID_TYPE
help
Squashfs is a compressed read-only filesystem for Linux. Squashfs is
intended for general read-only filesystem use and in constrained block
device/memory systems (e.g. embedded systems) where low overhead is
needed.
config BUSYBOX_FEATURE_VOLUMEID_SYSV
bool "sysv filesystem"
default y
depends on BUSYBOX_VOLUMEID
config BUSYBOX_FEATURE_VOLUMEID_UBIFS
bool "UBIFS filesystem"
default y
depends on BUSYBOX_VOLUMEID
help
UBIFS (Unsorted Block Image File System) is a file
system for use with raw flash memory media.
config BUSYBOX_FEATURE_VOLUMEID_UDF
bool "udf filesystem"
default y
depends on BUSYBOX_VOLUMEID
### config FEATURE_VOLUMEID_HIGHPOINTRAID
### bool "highpoint raid"
### default y
### depends on BUSYBOX_VOLUMEID
### config FEATURE_VOLUMEID_HPFS
### bool "hpfs filesystem"
### default y
### depends on BUSYBOX_VOLUMEID
### config FEATURE_VOLUMEID_ISWRAID
### bool "intel raid"
### default y
### depends on BUSYBOX_VOLUMEID
### config FEATURE_VOLUMEID_LSIRAID
### bool "lsi raid"
### default y
### depends on BUSYBOX_VOLUMEID
### config FEATURE_VOLUMEID_LVM
### bool "lvm"
### default y
### depends on BUSYBOX_VOLUMEID
### config FEATURE_VOLUMEID_MAC
### bool "mac filesystem"
### default y
### depends on BUSYBOX_VOLUMEID
### config FEATURE_VOLUMEID_MSDOS
### bool "msdos filesystem"
### default y
### depends on BUSYBOX_VOLUMEID
### config FEATURE_VOLUMEID_NVIDIARAID
### bool "nvidia raid"
### default y
### depends on BUSYBOX_VOLUMEID
### config FEATURE_VOLUMEID_PROMISERAID
### bool "promise raid"
### default y
### depends on BUSYBOX_VOLUMEID
### config FEATURE_VOLUMEID_SILICONRAID
### bool "silicon raid"
### default y
### depends on BUSYBOX_VOLUMEID
### config FEATURE_VOLUMEID_UFS
### bool "ufs filesystem"
### default y
### depends on BUSYBOX_VOLUMEID
### config FEATURE_VOLUMEID_VIARAID
### bool "via raid"
### default y
### depends on BUSYBOX_VOLUMEID
config BUSYBOX_FEATURE_VOLUMEID_XFS
bool "xfs filesystem"
default y
depends on BUSYBOX_VOLUMEID
endmenu
|