User Tools

Site Tools


project:kernel-autobuild:kconfig:structure

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
project:kernel-autobuild:kconfig:structure [2014/06/02 14:10] – created 37.209.107.48project:kernel-autobuild:kconfig:structure [2014/06/02 14:50] (current) 37.209.107.48
Line 3: Line 3:
 ===== basic: option ===== ===== basic: option =====
  
-   * name: **option** +  * name: **option** 
-   * attribs: +  * attribs: 
-     * **symbol** -- name of the config option. refers to ''CONFIG_''... in ''.config'' +    * **symbol** -- name of the config option. refers to ''CONFIG_''... in ''.config'' 
-  * **flags** -- bit vector carrying flags +    * **flags** -- bit vector carrying flags 
-  * **flag** -- a verbatim decoded flag from **flags** +    * **flag** -- a verbatim decoded flag from **flags** 
-  * **prompt** -- the text prompted by ''menuconfig'' +    * **prompt** -- the text prompted by ''menuconfig'' 
-  * **help** -- help text shown by ''menuconfig'' +    * **help** -- help text shown by ''menuconfig'' 
-  * **type** -- the data type (boolean, tristate, string, int, hex) handled by ''menuconfig'' +    * **type** -- the data type (boolean, tristate, string, int, hex) handled by ''menuconfig'' 
-  * **visible** -- visibility +    * **visible** -- visibility 
-  * **property.symbol** --  +    * **property.symbol** --  
-  * **property.prompt** -- +    * **property.prompt** -- 
-  * **property.default** -- default values & conditions +    * **property.default** -- default values & conditions for which they apply 
-  * **file** -- the corresponding line of the kconfig file +    * **file** -- the corresponding line of the kconfig file 
-  * **lineno** -- the corresponding kconfig file +    * **lineno** -- the corresponding kconfig file 
-  * **menupath** -- navigation path inside menu config+    * **menupath** -- navigation path inside menu config
  
 ===== menu ===== ===== menu =====
  
- * name: **menu** +  * name: **menu** 
- * attribs:  +  * attribs:  
-   * **symbol** -- the text prompted by ''menuconfig'' +    * **symbol** -- the text prompted by ''menuconfig'' 
- * contents: +  * contents: 
-   * **option** +    * **option** 
-   * **menu** +    * **menu** 
-   * **menuconfig** +    * **menuconfig** 
-   * **choice**+    * **choice**
  
 ===== menuconfig ===== ===== menuconfig =====
  
- * name: **menuconfig**+  * name: **menuconfig**
  
 ===== choice ===== ===== choice =====
  
- * name: **choice**+  * name: **choice**
  
project/kernel-autobuild/kconfig/structure.1401711019.txt.gz · Last modified: 2014/06/02 14:10 by 37.209.107.48