diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-01-23 14:55:57 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-07 21:45:53 +0100 |
commit | 53167f562693981dbc18fb0071df4667dabdf7b6 (patch) | |
tree | 4617d0ae968dbe6edb4e745ab89db0156325d481 /gitdm.config | |
parent | d4fdccadbab5043c442b00dbf54555873c6bee7b (diff) | |
download | qemu-53167f562693981dbc18fb0071df4667dabdf7b6.zip qemu-53167f562693981dbc18fb0071df4667dabdf7b6.tar.gz qemu-53167f562693981dbc18fb0071df4667dabdf7b6.tar.bz2 |
minikconfig: add AST
Add Python classes that represent the Kconfig abstract syntax tree.
The abstract syntax tree is stored as a list of clauses. For example:
config FOO
depends on BAR
select BAZ
is represented as three clauses:
FOO depends on BAR
FOO default n
select BAZ if FOO
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20190123065618.3520-24-yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'gitdm.config')
0 files changed, 0 insertions, 0 deletions