zephyr/tests/drivers/virtualization/ivshmem/prj.conf
Yuval Peress 86cadf9283 ztest: Fix userspace ztests in new API
Update the new API to use K_USER as the flags for both
CONFIG_USERSPACE and CONFIG_TEST_USERSPACE. Also, fix the linker
script to properly include the suites, tests, and rules.

Fixes #44108

Signed-off-by: Yuval Peress <peress@google.com>
2022-05-25 11:20:13 +09:00

14 lines
234 B
Plaintext

CONFIG_STACK_CANARIES=n
CONFIG_INIT_STACKS=y
CONFIG_TEST_USERSPACE=y
CONFIG_ZTEST=y
CONFIG_TEST_USERSPACE=y
CONFIG_PCIE=y
CONFIG_PCIE_MSI=y
CONFIG_PCIE_MSI_X=y
CONFIG_PCIE_MSI_MULTI_VECTOR=y
CONFIG_VIRTUALIZATION=y
CONFIG_IVSHMEM=y