tests: add missing CONFIG_GPIO=y

All tests using the GPIO API must enable the CONFIG_GPIO Kconfig
option.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2024-12-16 16:19:23 +01:00 committed by Benjamin Cabé
commit 179576d059
2 changed files with 2 additions and 0 deletions

View file

@ -1,2 +1,3 @@
CONFIG_ZTEST=y
CONFIG_SENSOR=y
CONFIG_GPIO=y

View file

@ -5,3 +5,4 @@ CONFIG_CBPRINTF_FP_SUPPORT=y
# 115200 bauds would grab the printk lock and disable IRQs for more
# than 5 ms screwing up timer latency statistics.
CONFIG_PRINTK_SYNC=n
CONFIG_GPIO=y