diff options
Diffstat (limited to 'src/kconfig_compiler/kcfg.xsd')
-rw-r--r-- | src/kconfig_compiler/kcfg.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kconfig_compiler/kcfg.xsd b/src/kconfig_compiler/kcfg.xsd index f9175a1d..6825819b 100644 --- a/src/kconfig_compiler/kcfg.xsd +++ b/src/kconfig_compiler/kcfg.xsd @@ -68,6 +68,7 @@ <!-- FIXME: Are really unbounded occurrences of parameter allowed? --> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="optional"/> + <xsd:attribute name="stateConfig" type="xsd:boolean" use="optional"/> <xsd:attribute name="arg" type="xsd:boolean" use="optional"/> </xsd:complexType> </xsd:element> |