mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
examples: Add depends to different test cases
Summary: 1.ftpd 2.unionfs 3.userfs 4.nxffs 5.smart Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
This commit is contained in:
parent
a7020e45cc
commit
9c829f6650
4 changed files with 4 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
config EXAMPLES_UNIONFS
|
||||
tristate "Union file system example"
|
||||
default n
|
||||
depends on (FS_ROMFS || FS_UNIONFS) && BUILD_FLAT
|
||||
depends on FS_ROMFS && FS_UNIONFS && BUILD_FLAT
|
||||
---help---
|
||||
Enable the Union File System example
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
config EXAMPLES_USERFS
|
||||
tristate "UserFS test"
|
||||
depends on FS_USERFS
|
||||
default n
|
||||
---help---
|
||||
Enables a simple test of the UserFS
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
config TESTING_NXFFS
|
||||
tristate "NXFFS file system example"
|
||||
depends on FS_NXFFS && RAMMTD
|
||||
default n
|
||||
---help---
|
||||
Enable the NXFFS file system example
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
config TESTING_SMART
|
||||
tristate "SMART file system example"
|
||||
depends on SMART_DEV_LOOP && RAMMTD && FS_SMARTFS
|
||||
default n
|
||||
---help---
|
||||
Enable the SMART file system example
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue