summaryrefslogtreecommitdiff
path: root/apps/examples/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/Kconfig')
-rw-r--r--apps/examples/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/examples/Kconfig b/apps/examples/Kconfig
index 865268add..a37308eaa 100644
--- a/apps/examples/Kconfig
+++ b/apps/examples/Kconfig
@@ -27,6 +27,10 @@ menu "DHCP Server Example"
source "$APPSDIR/examples/dhcpd/Kconfig"
endmenu
+menu "ELF Loader Example"
+source "$APPSDIR/examples/elf/Kconfig"
+endmenu
+
menu "FTP Client Example"
source "$APPSDIR/examples/ftpc/Kconfig"
endmenu