summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-24 16:46:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-24 16:46:12 +0000
commit31d66d5fb2961c4c2df0d9f415f91ee5405f8d19 (patch)
tree199c1ac47d5ce30532f7b23121bc7df2c580a8c6 /nuttx/Kconfig
parente2cd590a6f7e1a4132d2eda16e1f29c760b804bb (diff)
downloadpx4-nuttx-31d66d5fb2961c4c2df0d9f415f91ee5405f8d19.tar.gz
px4-nuttx-31d66d5fb2961c4c2df0d9f415f91ee5405f8d19.tar.bz2
px4-nuttx-31d66d5fb2961c4c2df0d9f415f91ee5405f8d19.zip
Add framework to support loadable ELF modules (not much logic in place yet)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5250 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 325759b41..8239dec02 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -395,6 +395,10 @@ menu "Memory Management"
source mm/Kconfig
endmenu
+menu "Binary Formats"
+source binfmt/Kconfig
+endmenu
+
menu "Library Routines"
source lib/Kconfig
source libxx/Kconfig