ext: lib: tinycbor: Apply req patch to 0.5.0-beta1

For a full description of changes see the commit message
URL: https://github.com/zephyrproject-rtos/tinycbor/tree/zephyr

Signed-off-by: Vipul Rahane <vipulrahane@apache.org>
diff --git a/ext/Kconfig b/ext/Kconfig
index 4242d5e..7c06ecc 100644
--- a/ext/Kconfig
+++ b/ext/Kconfig
@@ -12,6 +12,8 @@
 
 source "ext/lib/crypto/Kconfig"
 
+source "ext/lib/encoding/Kconfig"
+
 source "ext/debug/Kconfig"
 
 endmenu