Skip to content

Commit

Permalink
Merge pull request #1397 from bitcraze/rik/ootprio
Browse files Browse the repository at this point in the history
Disable controller selection if OOT controller is selected
  • Loading branch information
gemenerik committed Sep 9, 2024
2 parents 26449c9 + 6dcc4c8 commit 6c8f5dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/src/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ menu "Controllers and Estimators"
choice
prompt "Default controller"
default CONFIG_CONTROLLER_AUTO_SELECT
depends on !CONTROLLER_OOT

config CONTROLLER_AUTO_SELECT
bool "Auto select Controller"
Expand Down

0 comments on commit 6c8f5dc

Please sign in to comment.