zephyr/samples/subsys/mgmt
Kumar Gala bfcb32b755 samples/subsys/mgmt/osdp: Fix build issues
The samples/subsys/mgmt/osdp utilize GPIO so having it set in the
prj.conf is needed since not all platforms enable GPIO by default.

To address the 'No SOURCES given to Zephyr library: drivers__gpio'
add a 'depends on gpio' to the sample.yaml to only build this on
platforms that have GPIO driver support.

Fixes #39180

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-10-06 10:32:10 -04:00
..
hawkbit subsys/mgmt/hawkbit: Warning if image is unconfirmed 2021-09-14 12:28:40 -04:00
mcumgr/smp_svr samples/mgmt/smp_svr: Increase main stack size 2021-09-28 20:15:25 -04:00
osdp samples/subsys/mgmt/osdp: Fix build issues 2021-10-06 10:32:10 -04:00
updatehub drivers: net: adding NET_DRIVERS menuconfig 2021-09-28 12:13:23 +02:00
mgmt.rst