Sven-Göran Bergh | 15d0a86 | 2013-07-31 15:57:59 +0200 | [diff] [blame] | 1 | # |
2 | # For a description of the syntax of this configuration file, | ||||
Kartik Agaram | 43b17b1 | 2018-05-31 22:15:55 -0700 | [diff] [blame] | 3 | # see docs/Kconfig-language.txt. |
Sven-Göran Bergh | 15d0a86 | 2013-07-31 15:57:59 +0200 | [diff] [blame] | 4 | # |
5 | |||||
6 | config VOLUMEID | ||||
7 | bool #No description makes it a hidden option | ||||
8 | default n | ||||
9 | |||||
10 | menu "Filesystem/Volume identification" | ||||
11 | depends on VOLUMEID | ||||
12 | |||||
13 | INSERT | ||||
14 | |||||
15 | endmenu |