project:kernel-autobuild:kconfig:structure
                Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| project:kernel-autobuild:kconfig:structure [2014/06/02 14:10] – created 37.209.107.48 | project:kernel-autobuild:kconfig:structure [2014/06/02 14:50] (current) – 37.209.107.48 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== basic: option ===== | ===== basic: option ===== | ||
| - | * name: **option** | + |  | 
| - |  | + | * attribs: | 
| - |  | + | * **symbol** -- name of the config option. refers to '' | 
| - | * **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 '' | + | * **prompt** -- the text prompted by '' | 
| - | * **help** -- help text shown by '' | + | * **help** -- help text shown by '' | 
| - | * **type** -- the data type (boolean, tristate, string, int, hex) handled by '' | + | * **type** -- the data type (boolean, tristate, string, int, hex) handled by '' | 
| - | * **visible** -- visibility | + | * **visible** -- visibility | 
| - | * **property.symbol** -- | + | * **property.symbol** -- | 
| - | * **property.prompt** -- | + | * **property.prompt** -- | 
| - | * **property.default** -- default values & conditions | + | * **property.default** -- default values & conditions | 
| - | * **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** | + |  | 
| - | * attribs: | + | * attribs: | 
| - |  | + | * **symbol** -- the text prompted by '' | 
| - | * contents: | + | * contents: | 
| - |  | + | * **option** | 
| - |  | + | * **menu** | 
| - |  | + | * **menuconfig** | 
| - |  | + | * **choice** | 
| ===== menuconfig ===== | ===== menuconfig ===== | ||
| - | * name: **menuconfig** | + |  | 
| ===== choice ===== | ===== choice ===== | ||
| - | * name: **choice** | + |  | 
project/kernel-autobuild/kconfig/structure.1401711019.txt.gz · Last modified: 2014/06/02 14:10 by 37.209.107.48
                
                