Skip to content

Commit 4d5536b

Browse files
crafcat7xiaoxiang781216
authored andcommitted
apps:Add depends to different test cases
Summary: 1.ftpd 2.unionfs 3.userfs 4.nxffs 5.smart Signed-off-by: chenrun1 <[email protected]>
1 parent 41fb07e commit 4d5536b

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

examples/unionfs/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
config EXAMPLES_UNIONFS
77
tristate "Union file system example"
88
default n
9-
depends on (FS_ROMFS || FS_UNIONFS) && BUILD_FLAT
9+
depends on FS_ROMFS && FS_UNIONFS && BUILD_FLAT
1010
---help---
1111
Enable the Union File System example
1212

examples/userfs/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
config EXAMPLES_USERFS
77
tristate "UserFS test"
8+
depends on FS_USERFS
89
default n
910
---help---
1011
Enables a simple test of the UserFS

testing/nxffs/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
config TESTING_NXFFS
77
tristate "NXFFS file system example"
8+
depends on FS_NXFFS && RAMMTD
89
default n
910
---help---
1011
Enable the NXFFS file system example

testing/smart/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
config TESTING_SMART
77
tristate "SMART file system example"
8+
depends on SMART_DEV_LOOP && RAMMTD && FS_SMARTFS
89
default n
910
---help---
1011
Enable the SMART file system example

0 commit comments

Comments
 (0)