forked from PX4/PX4-Autopilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PX4Board kconfig add dependency chain for QURT & POSIX modules
- Loading branch information
1 parent
ddaa3c2
commit 4c2c060
Showing
8 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
menuconfig ORB_COMMUNICATOR | ||
bool "orb communicator" | ||
default n | ||
depends on PLATFORM_QURT | ||
---help--- | ||
Enable support for the uorb communicator for distributed platforms |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
menu "qshell" | ||
depends on PLATFORM_QURT || PLATFORM_POSIX | ||
rsource "*/Kconfig" | ||
endmenu #qshell |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
menuconfig DRIVERS_QSHELL_POSIX | ||
bool "posix" | ||
default n | ||
depends on PLATFORM_POSIX | ||
---help--- | ||
Enable support for posix | ||
Enable support for posix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
menuconfig DRIVERS_QSHELL_QURT | ||
bool "qurt" | ||
default n | ||
depends on PLATFORM_QURT | ||
---help--- | ||
Enable support for qurt | ||
Enable support for qurt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
menu "MUORB" | ||
depends on PLATFORM_QURT || PLATFORM_POSIX | ||
rsource "*/Kconfig" | ||
endmenu #MUORB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
menuconfig MODULES_MUORB_APPS | ||
bool "apps" | ||
default n | ||
---help--- | ||
Enable support for muorb apps | ||
bool "apps" | ||
default n | ||
depends on PLATFORM_QURT | ||
---help--- | ||
Enable support for muorb apps |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
menuconfig MODULES_MUORB_SLPI | ||
bool "muorb_slpi" | ||
default n | ||
---help--- | ||
Enable support for muorb slpi | ||
bool "muorb_slpi" | ||
default n | ||
depends on PLATFORM_QURT | ||
---help--- | ||
Enable support for muorb slpi |