aboutsummaryrefslogtreecommitdiff
path: root/apps/nshlib
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-08 03:31:46 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-08 03:31:46 +0000
commit8269f5320b2ddae57c42e44dfeb03ebceebe995b (patch)
treec1f7c94383b4a830f77057c0d7e25b224a5c0578 /apps/nshlib
parentddefd95e2889ca329155b3e51b1453dcea2fe85f (diff)
downloadpx4-firmware-8269f5320b2ddae57c42e44dfeb03ebceebe995b.tar.gz
px4-firmware-8269f5320b2ddae57c42e44dfeb03ebceebe995b.tar.bz2
px4-firmware-8269f5320b2ddae57c42e44dfeb03ebceebe995b.zip
Kconfig: Standardize board LED and button configurations
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5112 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps/nshlib')
-rw-r--r--apps/nshlib/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/nshlib/Kconfig b/apps/nshlib/Kconfig
index fd1bb7cc8..c0f7d6a92 100644
--- a/apps/nshlib/Kconfig
+++ b/apps/nshlib/Kconfig
@@ -202,6 +202,7 @@ config NSH_MMCSDMINOR
config NSH_ROMFSETC
bool "Support ROMFS start-up script"
default n
+ depends on FS_ROMFS
---help---
Mount a ROMFS filesystem at /etc and provide a startup script
at /etc/init.d/rcS. The default startup script will mount
@@ -242,8 +243,6 @@ config NSH_ROMFSSECTSIZE
increased if the ROMFS volume were to be become large. Any value
selected must be a power of 2.
-endif
-
config NSH_FATDEVNO
int "FAT block device minor number"
default 0
@@ -279,7 +278,9 @@ config NSH_FATMOUNTPT
---help---
When the default rcS file used when NSH_ROMFSETC is selected, it
will mount a FAT FS under /tmp. This is the location where the FAT
- FS will be mounted. Default is /tmp.
+ FS will be mounted. Default is "/tmp".
+
+endif
if NSH_LIBRARY
config NSH_CONSOLE