samples: lwm2m_client: Fix building on native_posix
Sample code uses GPIO api's but wasn't enabling CONFIG_GPIO. So on native_posix this would cause the sample to not build. Add CONFIG_GPIO=y to prj.conf to fix this. Fixes #48306 Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
parent
71691e8533
commit
46850a12d3
|
@ -1,5 +1,6 @@
|
|||
CONFIG_NETWORKING=y
|
||||
CONFIG_LOG=y
|
||||
CONFIG_GPIO=y
|
||||
CONFIG_LWM2M_LOG_LEVEL_DBG=y
|
||||
CONFIG_TEST_RANDOM_GENERATOR=y
|
||||
CONFIG_NET_IPV6=y
|
||||
|
|
Loading…
Reference in a new issue