sample: shields: Update prj.conf

Before Kconfig clean up to be performed in boards/shields, update samples
to enable the components they require.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2023-05-12 11:15:49 +02:00 committed by Carles Cufí
commit 5a26397450
3 changed files with 8 additions and 1 deletions

View file

@ -3,3 +3,6 @@
CONFIG_SHELL=y CONFIG_SHELL=y
CONFIG_LOG=y CONFIG_LOG=y
CONFIG_GPIO=y
CONFIG_REGULATOR=y
CONFIG_SENSOR=y

View file

@ -5,3 +5,6 @@ CONFIG_SHELL=y
CONFIG_SHELL_GETOPT=y CONFIG_SHELL_GETOPT=y
CONFIG_GETOPT=y CONFIG_GETOPT=y
CONFIG_GETOPT_LONG=y CONFIG_GETOPT_LONG=y
CONFIG_GPIO=y
CONFIG_REGULATOR=y
CONFIG_WATCHDOG=y

View file

@ -1 +1,2 @@
# nothing here CONFIG_SENSOR=y
CONFIG_GPIO=y