summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-10 23:42:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-10 23:42:49 +0000
commit6157a0e4fd667b835dc74d291019dd61840213cd (patch)
tree029c000a13501c7904b1c5afa38ac99928540dac /nuttx/Kconfig
parentf6fffbd5b0a83bd161e8f6417a4d034f72268217 (diff)
downloadnuttx-6157a0e4fd667b835dc74d291019dd61840213cd.tar.gz
nuttx-6157a0e4fd667b835dc74d291019dd61840213cd.tar.bz2
nuttx-6157a0e4fd667b835dc74d291019dd61840213cd.zip
Remove user_map.h; replace with a header at the beginning of the user-space blob. User work queue no started by os_brinup() on behalf of the application
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5727 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 31b5ad6d6..53fd667d6 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -180,6 +180,17 @@ config NUTTX_KERNEL
default n
---help---
Builds NuttX as a separately compiled kernel.
+
+config NUTTX_USERSPACE
+ hex "Beginning of user-space blob"
+ default 0x0
+ depends on NUTTX_KERNEL
+ ---help---
+ In the kernel build, the NuttX kernel and the user-space blob are
+ built separately linked objects. NUTTX_USERSPACE provides the
+ address where the user-space blob is loaded into memory. NuttX will
+ expect to find and instance of struct userspace_s at this location.
+
endif
endmenu