summaryrefslogtreecommitdiff
path: root/apps/examples/bastest
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-09 19:24:39 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-10 07:48:46 -0600
commit3652606a48d631a2a7740f9567b18e06cf52c84c (patch)
tree3a13de3252c357de22f8f821c92febb9f514ca25 /apps/examples/bastest
parent89414bcf23543f144cd903b894fc06d9b828ab4f (diff)
downloadnuttx-3652606a48d631a2a7740f9567b18e06cf52c84c.tar.gz
nuttx-3652606a48d631a2a7740f9567b18e06cf52c84c.tar.bz2
nuttx-3652606a48d631a2a7740f9567b18e06cf52c84c.zip
Remove circular dependins in the Kconfig files. Makes select of apps/examples/bastest a little more difficult
Diffstat (limited to 'apps/examples/bastest')
-rw-r--r--apps/examples/bastest/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/examples/bastest/Kconfig b/apps/examples/bastest/Kconfig
index f6c49e4a8..2d2225594 100644
--- a/apps/examples/bastest/Kconfig
+++ b/apps/examples/bastest/Kconfig
@@ -6,11 +6,12 @@
config EXAMPLES_BASTEST
bool "Setup Test Files for BAS"
default n
- depends on INTERPRETERS_BAS
- select FS_ROMFS
+ depends on FS_ROMFS && INTERPRETERS_BAS
---help---
Mount the ROMFS file system containing the BAS test files at
- /mnt/romfs.
+ /mnt/romfs. This selection depends both on INTERPRETER_BAS to provide
+ the BASIC interpreter and and upon FS_ROMFS to provide support for the
+ ROMFS file system.
The logic in certain tests (test33.bas and test36.bas will also fail
if there is no writable file system mount at /tmp.