aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-06 20:08:25 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-06 20:08:25 +0000
commit941daa511e106c1c50e2b077160c1bc9a2495bc8 (patch)
tree61009589a64a1da1da08d7cbf172f787ddce53d7 /nuttx/sched
parentdcd68236b1442bc2138bf2d500bee8faa6e13ed4 (diff)
downloadpx4-firmware-941daa511e106c1c50e2b077160c1bc9a2495bc8.tar.gz
px4-firmware-941daa511e106c1c50e2b077160c1bc9a2495bc8.tar.bz2
px4-firmware-941daa511e106c1c50e2b077160c1bc9a2495bc8.zip
Add LPC31 Kconfig
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5104 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/sched')
-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