blob: fe3b14a711f3e2c4c7f4b209b27fd7fdc1dcc658 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# For a description of the syntax of this configuration file,
# see docs/Kconfig-language.txt.
#
config VOLUMEID
bool #No description makes it a hidden option
default n
menu "Filesystem/Volume identification"
depends on VOLUMEID
INSERT
endmenu
|