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 <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2022-07-13 10:41:17 +02:00 committed by Carles Cufí
parent 57a7702f1b
commit f234a7ab3d

View file

@ -4,4 +4,3 @@
# This file contains selected Kconfig options for the application. # This file contains selected Kconfig options for the application.
CONFIG_SENSOR=y CONFIG_SENSOR=y
CONFIG_EXAMPLESENSOR=y