ext: lib: mgmt: mcumgr: Build support for mcumgr.

Adds the necessary CMakeLists.txt and Kconfig files to build the
external mcumgr library.

Signed-off-by: Christopher Collins <ccollins@apache.org>
diff --git a/ext/Kconfig b/ext/Kconfig
index 7c06ecc..69a3fe2 100644
--- a/ext/Kconfig
+++ b/ext/Kconfig
@@ -14,6 +14,8 @@
 
 source "ext/lib/encoding/Kconfig"
 
+source "ext/lib/mgmt/Kconfig"
+
 source "ext/debug/Kconfig"
 
 endmenu