summaryrefslogtreecommitdiff
path: root/nuttx/sched/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-06 20:08:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-06 20:08:25 +0000
commit80f9004741771691132a0f43ae1d9d5c42a2e4c6 (patch)
tree61009589a64a1da1da08d7cbf172f787ddce53d7 /nuttx/sched/Kconfig
parent5145d9b874af56efe686065c615dd75a54d7ee77 (diff)
downloadpx4-nuttx-80f9004741771691132a0f43ae1d9d5c42a2e4c6.tar.gz
px4-nuttx-80f9004741771691132a0f43ae1d9d5c42a2e4c6.tar.bz2
px4-nuttx-80f9004741771691132a0f43ae1d9d5c42a2e4c6.zip
Add LPC31 Kconfig
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5104 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/Kconfig')
-rw-r--r--nuttx/sched/Kconfig14
1 files changed, 0 insertions, 14 deletions
diff --git a/nuttx/sched/Kconfig b/nuttx/sched/Kconfig
index 02c3ed48a..6c8737d62 100644
--- a/nuttx/sched/Kconfig
+++ b/nuttx/sched/Kconfig
@@ -381,20 +381,6 @@ config PREALLOC_TIMERS
comment "Stack and heap information"
-config BOOT_RUNFROMFLASH
- bool "boot run from flash"
- default n
- ---help---
- Some configurations support XIP operation from FLASH but must copy
- initialized .data sections to RAM
-
-config BOOT_COPYTORAM
- bool "boot copy to ram"
- default n
- ---help---
- Some configurations boot in FLASH
- but copy themselves entirely into RAM for better performance.
-
config CUSTOM_STACK
bool "Enable custom stack"
default n