Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Many boards do not enable user mode in their default configuration even though they support it. However for purposes of our unit testing we really do want it on all the time. It's not enough to just flip on CONFIG_USERSPACE, the tests largely assume that CONFIG_APPLICATION_MEMORY and CONFIG_DYNAMIC_OBJECTS are enabled. Update CONFIG_TEST_USERSPACE to be on by default if CONFIG_TEST is active, and hang CONFIG_DYNAMIC_OBJECTS on it too. This problem was not previously detected as qemu_x86 has the user mode options in its defconfig and it is currently the only user mode compatible platform which runs in emulation. Fixes #7692 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
- Loading branch information