blob: fe3b14a711f3e2c4c7f4b209b27fd7fdc1dcc658 [file] [log] [blame]
Sven-Göran Bergh15d0a862013-07-31 15:57:59 +02001#
2# For a description of the syntax of this configuration file,
Kartik Agaram43b17b12018-05-31 22:15:55 -07003# see docs/Kconfig-language.txt.
Sven-Göran Bergh15d0a862013-07-31 15:57:59 +02004#
5
6config VOLUMEID
7 bool #No description makes it a hidden option
8 default n
9
10menu "Filesystem/Volume identification"
11 depends on VOLUMEID
12
13INSERT
14
15endmenu