diff options
Diffstat (limited to 'bin/analyze-kconfig.py')
-rwxr-xr-x | bin/analyze-kconfig.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/analyze-kconfig.py b/bin/analyze-kconfig.py index 716cab4..bdfde8f 100755 --- a/bin/analyze-kconfig.py +++ b/bin/analyze-kconfig.py @@ -71,11 +71,6 @@ def main(): help="Show Kconfig symbols which are only present in a single configuration. Must be used with an experiment result directory.", ) parser.add_argument( - "--force-tree", - action="store_true", - help="Build decision tree without checking for analytic functions first. Use this for large kconfig files.", - ) - parser.add_argument( "--skip-param-stats", action="store_true", help="Do not compute param stats that are required for RMT. Use this for large kconfig files.", |