samples: mgmt: osdp: Fix compile issue

With the change to use GPIO_DT_SPEC_GET_OR a number of platforms
failed to build these samples.  This was due to the GPIO drivers not
being enabled by default.  Add CONFIG_GPIO=y to the prj.conf to fix
the issue.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2021-05-06 10:54:37 -05:00 committed by Anas Nashif
commit 6d5d783a49
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
CONFIG_PRINTK=y
CONFIG_LOG=y
CONFIG_GPIO=y
# OSDP config
CONFIG_OSDP=y

View file

@ -6,6 +6,7 @@
CONFIG_PRINTK=y
CONFIG_LOG=y
CONFIG_GPIO=y
# OSDP config
CONFIG_OSDP=y