diff options
author | Paolo Bonzini | 2019-01-23 07:55:57 +0100 |
---|---|---|
committer | Paolo Bonzini | 2019-03-07 21:45:53 +0100 |
commit | 53167f562693981dbc18fb0071df4667dabdf7b6 (patch) | |
tree | 4617d0ae968dbe6edb4e745ab89db0156325d481 /hw/lm32/lm32_hwsetup.h | |
parent | minikconfig: add parser skeleton (diff) | |
download | qemu-53167f562693981dbc18fb0071df4667dabdf7b6.tar.gz qemu-53167f562693981dbc18fb0071df4667dabdf7b6.tar.xz qemu-53167f562693981dbc18fb0071df4667dabdf7b6.zip |
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 'hw/lm32/lm32_hwsetup.h')
0 files changed, 0 insertions, 0 deletions