Home
last modified time | relevance | path

Searched hist:"00 b45463cbd567095098e87391b992bf5ac1789b" (Results 1 – 1 of 1) sorted by relevance

/optee_os/mk/
H A Dconfig.mk00b45463cbd567095098e87391b992bf5ac1789b Thu Oct 03 16:32:12 UTC 2024 Jerome Forissier <jerome.forissier@linaro.org> mk: config: default enable CFG_NOTIF_TEST_WD based on dependencies

Set CFG_NOTIF_TEST_WD ?= y only when the features it needs are enabled.
Fixes the following warning on platforms that enable
CFG_ENABLE_EMBEDDED_TESTS but not CFG_CORE_ASYNC_NOTIF or CFG_CALLOUT:

mk/config.mk:1039: Warning: Disabling CFG_NOTIF_TEST_WD [requires CFG_CALLOUT CFG_CORE_ASYNC_NOTIF]

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>