commit | 60b01f3f5489975098657caa514133c89a472d19 | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Fri May 04 16:47:59 2018 +0200 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri May 04 17:25:14 2018 -0400 |
tree | 6ef7ec9273c50b4af1a0bfe50d31352fe801af95 | |
parent | 4388f6f31440cf755bd80bc8a7f03395fde4ea80 [diff] |
kconfig: Refactor kconfig.py to use __main__ and argparse Kconfig.py is not following the de-facto (real?) coding standards of Zephyr. This commit refactors kconfig.py with two changes: Use __main__ and def main(). Use argparse instead of sys.argv. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>