samples: net: cloud: tagio: Drop pinmux dependency
This dependency it is not required since majoprity of platforms are
working with new pinctrl API. This drops the pinmux dependency.
Fixes #46091
Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
diff --git a/samples/net/cloud/tagoio_http_post/prj.conf b/samples/net/cloud/tagoio_http_post/prj.conf
index 5896be8..b6fb216 100644
--- a/samples/net/cloud/tagoio_http_post/prj.conf
+++ b/samples/net/cloud/tagoio_http_post/prj.conf
@@ -42,6 +42,3 @@
# TagoIO API
CONFIG_TAGOIO_DEVICE_TOKEN="<your device token API>"
CONFIG_CBPRINTF_FP_SUPPORT=y
-
-# Fix #30029 - Undefined initialization levels used
-CONFIG_PINMUX=y