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:
parent
b579c12714
commit
6d5d783a49
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
CONFIG_PRINTK=y
|
||||
CONFIG_LOG=y
|
||||
CONFIG_GPIO=y
|
||||
|
||||
# OSDP config
|
||||
CONFIG_OSDP=y
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
CONFIG_PRINTK=y
|
||||
CONFIG_LOG=y
|
||||
CONFIG_GPIO=y
|
||||
|
||||
# OSDP config
|
||||
CONFIG_OSDP=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue