This extends test coverage to include CCF_FULL which is supported by the clk_ccf tests.
Signed-off-by: Casey Connolly <[email protected]> --- configs/sandbox64_ccf_full_defconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/sandbox64_ccf_full_defconfig b/configs/sandbox64_ccf_full_defconfig new file mode 100644 index 000000000000..0cec3257a30f --- /dev/null +++ b/configs/sandbox64_ccf_full_defconfig @@ -0,0 +1,5 @@ +#include "sandbox64_defconfig" + +CONFIG_ARCH_SANDBOX=y +CONFIG_CLK_CCF_FULL=y +CONFIG_CLK_CCF_FULL_COMPAT=y -- 2.55.0
