From 94020beb311eb8a9db9e3b841e36c96b1b0f72dd Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 27 May 2018 22:22:37 +0200 Subject: Make Kconfig._choices public Useful in various places outside the library, e.g. in the upcoming packaged allyesconfig implementation, and when generating documentation. --- testsuite.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testsuite.py') diff --git a/testsuite.py b/testsuite.py index 29d5860..9909e1e 100644 --- a/testsuite.py +++ b/testsuite.py @@ -2091,8 +2091,7 @@ def test_sanity(conf, arch, srcarch): sym.type sym.visibility - # Cheat with internals - for choice in conf._choices: + for choice in conf.choices: for sym in choice.syms: verify(sym.choice is choice, "{0} is in choice.syms but 'sym.choice' is not the choice" -- cgit v1.2.3