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:
chenrun1 2025-01-06 19:52:20 +08:00 committed by Mateusz Szafoni
parent a7020e45cc
commit 9c829f6650
4 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -5,6 +5,7 @@
config EXAMPLES_USERFS
tristate "UserFS test"
depends on FS_USERFS
default n
---help---
Enables a simple test of the UserFS

View file

@ -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

View file

@ -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