From c78589763e8545202550419b5b41fcfaa6d6dbf7 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sat, 1 Jan 2022 16:49:05 +0100 Subject: [PATCH] tests/disp_dev: add Kconfig config --- tests/disp_dev/app.config.test | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/disp_dev/app.config.test diff --git a/tests/disp_dev/app.config.test b/tests/disp_dev/app.config.test new file mode 100644 index 0000000000..77a8aef51e --- /dev/null +++ b/tests/disp_dev/app.config.test @@ -0,0 +1,3 @@ +# this file enables modules defined in Kconfig. Do not use this file for +# application configuration. This is only needed during migration. +CONFIG_MODULE_DISP_DEV=y