Add a new Kconfig and build this code conditionally, so we do not end up with this file being built for each zephyr app. Partial fix for #50654 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
5 lines
68 B
Plaintext
5 lines
68 B
Plaintext
CONFIG_POLL=y
|
|
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_NEW_API=y
|
|
CONFIG_NOTIFY=y
|