[Kconfig] Fixed inclusion of microbench bydefault when TESTING was enabled

Added full optimization option
This commit is contained in:
Peter van der Perk
2021-08-19 09:47:53 +02:00
committed by Daniel Agar
parent a1247d6bcf
commit efc91d2b69
18 changed files with 59 additions and 1 deletions
+1
View File
@@ -10,3 +10,4 @@ CONFIG_EXAMPLES_PX4_SIMPLE_APP=y
CONFIG_EXAMPLES_ROVER_STEERING_CONTROL=y
CONFIG_EXAMPLES_UUV_EXAMPLE_APP=y
CONFIG_EXAMPLES_WORK_ITEM=y
CONFIG_SYSTEMCMDS_MICROBENCH=y
+1
View File
@@ -1,5 +1,6 @@
CONFIG_BOARD_TESTING=y
CONFIG_DRIVERS_TEST_PPM=y
CONFIG_SYSTEMCMDS_DUMPFILE=y
CONFIG_SYSTEMCMDS_MICROBENCH=y
CONFIG_SYSTEMCMDS_REFLECT=y
CONFIG_SYSTEMCMDS_USB_CONNECTED=y