Paolo Bonzini
53167f5626
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>
2019-03-07 21:45:53 +01:00
..
2018-11-19 10:08:19 -06:00
2018-06-08 14:39:24 -03:00
2016-10-07 14:14:06 +02:00
2019-03-05 14:43:11 +01:00
2018-08-23 18:46:25 +02:00
2019-02-12 11:49:17 +08:00
2019-02-22 14:07:01 -05:00
2019-01-24 14:16:56 +00:00
2018-07-05 15:59:41 +01:00
2018-06-08 14:39:24 -03:00
2019-01-17 17:52:40 -02:00
2016-12-20 21:52:12 +01:00
2019-01-17 17:52:40 -02:00
2019-02-08 17:32:35 +00:00
2019-01-29 11:46:05 +00:00
2017-05-10 10:19:24 +03:00
2016-10-28 18:17:23 +03:00
2017-05-10 10:19:24 +03:00
2019-01-11 15:46:55 +01:00
2018-07-05 15:09:52 +02:00
2018-07-05 15:59:41 +01:00
2019-01-25 11:41:42 -02:00
2019-02-22 14:07:01 -05:00
2017-05-10 10:19:24 +03:00
2019-02-06 15:51:12 +01:00
2013-09-09 14:17:56 -05:00
2016-06-07 18:19:23 +03:00
2019-01-11 15:46:55 +01:00
2018-11-12 11:26:02 +00:00
2018-10-16 18:34:19 +02:00
2017-07-20 09:56:41 +02:00
2017-12-20 09:04:27 +01:00
2016-06-07 18:19:23 +03:00
2018-11-15 13:03:57 +00:00
2019-03-07 21:45:53 +01:00
2018-03-02 13:14:09 -06:00
2018-08-17 13:56:33 +02:00
2018-01-16 14:54:51 +01:00
2019-01-24 14:16:56 +00:00
2019-01-24 14:16:56 +00:00
2013-09-30 09:44:35 +02:00
2019-02-22 14:07:01 -05:00
2019-01-17 17:52:40 -02:00
2017-05-10 10:19:24 +03:00
2018-10-16 18:34:19 +02:00
2018-06-08 14:39:24 -03:00
2019-01-17 17:52:40 -02:00
2017-05-10 10:19:24 +03:00
2019-02-05 16:50:16 +01:00
2019-02-05 16:50:16 +01:00
2019-01-21 15:49:51 -06:00
2019-01-17 17:52:40 -02:00
2019-02-05 19:39:22 +00:00
2018-06-08 14:39:24 -03:00