summaryrefslogtreecommitdiff
path: root/nuttx/sched
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-08 04:29:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-08 04:29:48 +0000
commita386a5f0c85cd610b0d8a952c2a28f4038094fa4 (patch)
tree169eba62ea88dd06cf94ac5be9f41f478fcac7ff /nuttx/sched
parent12852c4068dbce3185d419debd81fe6ee31117ef (diff)
downloadpx4-nuttx-a386a5f0c85cd610b0d8a952c2a28f4038094fa4.tar.gz
px4-nuttx-a386a5f0c85cd610b0d8a952c2a28f4038094fa4.tar.bz2
px4-nuttx-a386a5f0c85cd610b0d8a952c2a28f4038094fa4.zip
Remove several unused configuration values
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5113 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched')
-rw-r--r--nuttx/sched/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/nuttx/sched/Kconfig b/nuttx/sched/Kconfig
index 6c8737d62..4f7149595 100644
--- a/nuttx/sched/Kconfig
+++ b/nuttx/sched/Kconfig
@@ -389,11 +389,6 @@ config CUSTOM_STACK
nuttx model. This is necessary for certain architectures that have
have hardware stacks (such as the 8051 family).
-config STACK_POINTER
- hex "The initial stack pointer"
- ---help---
- The initial stack pointer (arm7tdmi only).
-
config IDLETHREAD_STACKSIZE
int "Idle thread stack size"
default 1024