zephyr/samples/subsys/mgmt/osdp/control_panel
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
..
src samples: osdp/control_panel: drop device_get_binding 2021-05-05 20:46:43 +02:00
CMakeLists.txt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
prj.conf samples/subsys/mgmt/osdp: Fix build issues 2021-10-06 10:32:10 -04:00
sample.yaml samples/subsys/mgmt/osdp: Fix build issues 2021-10-06 10:32:10 -04:00