zephyr/tests/benchmarks/object_footprint/prj08.conf
Adithya Baglody 22838e8b50 benchmarks: object_footprint: Disable userspace for benchmarks
Disable userspace for benchmarks because it changes the KPI
numbers. It will be re-enabled once the required code is
in place.

Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
2018-05-31 08:48:07 -04:00

21 lines
428 B
Plaintext

CONFIG_TEST=y
CONFIG_ISR_STACK_SIZE=128
CONFIG_MAIN_STACK_SIZE=128
CONFIG_PRINTK=y
CONFIG_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_XIP=y
CONFIG_OBJECTS_PRINTK=y
CONFIG_OBJECTS_THREAD=y
CONFIG_OBJECTS_TIMER=y
CONFIG_OBJECTS_SEMAPHORE=y
CONFIG_OBJECTS_LIFO=y
CONFIG_OBJECTS_FIFO=y
CONFIG_OBJECTS_STACK=y
CONFIG_KERNEL_BIN_NAME="prj08"
CONFIG_FORCE_NO_ASSERT=y
#Disable Userspace
CONFIG_TEST_USERSPACE=n
CONFIG_TEST_HW_STACK_PROTECTION=n