From f234a7ab3d9d19b9623243663d12f7a1db423db9 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Wed, 13 Jul 2022 10:41:17 +0200 Subject: [PATCH] app: remove redundant CONFIG_EXAMPLESENSOR in prj.conf The option is no longer needed, zephyr,examplesensor driver will automatically be selected based on DT (and because we enable all of its dependencies, including CONFIG_SENSOR). Signed-off-by: Gerard Marull-Paretas --- app/prj.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/app/prj.conf b/app/prj.conf index 36abcea..e7a3bfa 100644 --- a/app/prj.conf +++ b/app/prj.conf @@ -4,4 +4,3 @@ # This file contains selected Kconfig options for the application. CONFIG_SENSOR=y -CONFIG_EXAMPLESENSOR=y