blob: ac208c9ccbac63d4276e1a51c106f77e01b7c109 (
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 scripts/kbuild/config-language.txt.
#
config VOLUMEID
	bool #No description makes it a hidden option
	default n
menu "Filesystem/Volume identification"
	depends on VOLUMEID
INSERT
endmenu
 |