summaryrefslogtreecommitdiff
path: root/nuttx/sched/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-24 16:28:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-24 16:28:15 +0000
commit9ed566465c0f31106e2e3fd3be2b33dd9489d3b0 (patch)
treea51180fd3fd067bdba947fe6b9ba9797db0e2ba7 /nuttx/sched/Kconfig
parentb563cb2cdc447a97347d063fad5ef586434757eb (diff)
downloadpx4-nuttx-9ed566465c0f31106e2e3fd3be2b33dd9489d3b0.tar.gz
px4-nuttx-9ed566465c0f31106e2e3fd3be2b33dd9489d3b0.tar.bz2
px4-nuttx-9ed566465c0f31106e2e3fd3be2b33dd9489d3b0.zip
apps/examples/nettest and poll: Complete Kconfig files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5556 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/Kconfig')
-rw-r--r--nuttx/sched/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/nuttx/sched/Kconfig b/nuttx/sched/Kconfig
index fe9a88085..7ea301600 100644
--- a/nuttx/sched/Kconfig
+++ b/nuttx/sched/Kconfig
@@ -379,21 +379,11 @@ config DISABLE_MQUEUE
depends on DISABLE_OS_API
default n
-config DISABLE_MOUNTPOINT
- bool "Disable support for mount points"
- depends on DISABLE_OS_API
- default n
-
config DISABLE_ENVIRON
bool "Disable environment variable support"
depends on DISABLE_OS_API
default n
-config DISABLE_POLL
- bool "Disable driver poll interfaces"
- depends on DISABLE_OS_API
- default n
-
if !DISABLE_SIGNALS
comment "Signal Numbers"