mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Remove circular dependins in the Kconfig files. Makes select of apps/examples/bastest a little more difficult
This commit is contained in:
parent
894c32d306
commit
7dc7e40796
1 changed files with 4 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue