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:
parent
6ec5729a3d
commit
179576d059
2 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_SENSOR=y
|
||||
CONFIG_GPIO=y
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue