Skip to content

Commit

Permalink
Adjusted the Kconfig options for PX4
Browse files Browse the repository at this point in the history
  • Loading branch information
hendersa committed Jul 28, 2015
1 parent cb7d408 commit 324ba8a
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions apps/px4/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,20 @@
# @TAG(NICTA_BSD)
#

menuconfig APP_SEL4TEST
bool "seL4 Test"
menuconfig APP_SEL4PX4
bool "PX4 Firmware"
default y
depends on LIB_SEL4 && (LIB_MUSL_C || LIB_SEL4_C) && LIB_SEL4_PLAT_SUPPORT && LIB_SEL4_VKA && LIB_SEL4_TEST && LIB_SEL4_UTILS && LIB_UTILS
help
seL4 Test application
Build PX4 firmware for use with the seL4 microkernel.

config HAVE_TIMER
depends on APP_SEL4TEST
bool "Enable tests that require a timer driver"
default n
#config HAVE_TIMER
# depends on APP_SEL4TEST
# bool "Enable tests that require a timer driver"
# default n

#config HAVE_CACHE
# depends on APP_SEL4TEST
# bool "Enable tests that require a functioning cache"
# default n

config HAVE_CACHE
depends on APP_SEL4TEST
bool "Enable tests that require a functioning cache"
default n

0 comments on commit 324ba8a

Please sign in to comment.