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:
parent
940ddba8bd
commit
5a26397450
3 changed files with 8 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
# nothing here
|
CONFIG_SENSOR=y
|
||||||
|
CONFIG_GPIO=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue