1CONFIG_ZTEST=y
2CONFIG_STACK_POINTER_RANDOM=64
3CONFIG_ENTROPY_GENERATOR=y
4CONFIG_TEST_RANDOM_GENERATOR=y
5
6# The action of the only case in this test is to spawn higher priority
7# threads and assume that they have run synchronously.  It can't
8# possible run them on the separate CPU.
9CONFIG_MP_MAX_NUM_CPUS=1
10