2018-01-07 05:15:53 +08:00
|
|
|
CONFIG_TEST=y
|
2016-11-05 03:53:59 +08:00
|
|
|
# needed for printf output sent to console
|
|
|
|
CONFIG_STDOUT_CONSOLE=y
|
|
|
|
|
|
|
|
# eliminate timer interrupts during the benchmark
|
|
|
|
# for platforms that do not allow frequency dividers large enough to get
|
|
|
|
# system clock tick period in 1 sec, make system clock tick to 0.1 sec
|
|
|
|
CONFIG_SYS_CLOCK_TICKS_PER_SEC=10
|
|
|
|
|
|
|
|
# We use irq_offload(), enable it
|
|
|
|
CONFIG_IRQ_OFFLOAD=y
|
2018-05-25 04:12:33 +08:00
|
|
|
CONFIG_FORCE_NO_ASSERT=y
|
2018-05-31 13:06:15 +08:00
|
|
|
|
|
|
|
#Disable Userspace
|
|
|
|
CONFIG_TEST_USERSPACE=n
|
|
|
|
CONFIG_TEST_HW_STACK_PROTECTION=n
|