Tools: build-with-disabled-features: update deps

This commit is contained in:
Peter Barker 2018-02-24 12:25:23 +11:00 committed by Randy Mackay
parent 0e68ce2ad8
commit 18135b4764
1 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,11 @@ class Builder():
"AC_FENCE": ["AC_AVOID_ENABLED"],
"PROXIMITY_ENABLED": ["AC_AVOID_ENABLED"],
"AC_RALLY": ["AC_TERRAIN"],
"MODE_AUTO_ENABLED": ["AC_TERRAIN", "MODE_GUIDED"],
"MODE_RTL_ENABLED": ["MODE_AUTO_ENABLED", "AC_TERRAIN"],
"BEACON_ENABLED": ["AC_AVOID_ENABLED"],
"MODE_CIRCLE_ENABLED": ["MODE_AUTO_ENABLED", "AC_TERRAIN"],
"MODE_GUIDED_ENABLED": ["MODE_AUTO_ENABLED", "AC_TERRAIN"],
}
def reverse_deps_for_var(self, var):