llext: Linkable loadable extensions

Adds the linkable loadable extensions (llext) subsystem which provides
functionality for reading, parsing, and linking ELF encoded executable
code into a managed extension to the running elf base image.

A loader interface, and default buffer loader implementation,
make available to the llext subsystem the elf data. A simple management
API provide the ability to load and unload extensions as needed. A shell
interface for extension loading and unloading makes it easy to try.

Adds initial support for armv7 thumb built elfs with very specific
compiler flags.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
Co-authored-by: Chen Peng1 <peng1.chen@intel.com>
Co-authored-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
diff --git a/subsys/Kconfig b/subsys/Kconfig
index e5a7e8a..e4fa921 100644
--- a/subsys/Kconfig
+++ b/subsys/Kconfig
@@ -21,6 +21,7 @@
 source "subsys/input/Kconfig"
 source "subsys/ipc/Kconfig"
 source "subsys/jwt/Kconfig"
+source "subsys/llext/Kconfig"
 source "subsys/logging/Kconfig"
 source "subsys/lorawan/Kconfig"
 source "subsys/mem_mgmt/Kconfig"