File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 6
6
config EXAMPLES_UNIONFS
7
7
tristate "Union file system example"
8
8
default n
9
- depends on ( FS_ROMFS || FS_UNIONFS) && BUILD_FLAT
9
+ depends on FS_ROMFS && FS_UNIONFS && BUILD_FLAT
10
10
---help---
11
11
Enable the Union File System example
12
12
Original file line number Diff line number Diff line change 5
5
6
6
config EXAMPLES_USERFS
7
7
tristate "UserFS test"
8
+ depends on FS_USERFS
8
9
default n
9
10
---help---
10
11
Enables a simple test of the UserFS
Original file line number Diff line number Diff line change 5
5
6
6
config TESTING_NXFFS
7
7
tristate "NXFFS file system example"
8
+ depends on FS_NXFFS && RAMMTD
8
9
default n
9
10
---help---
10
11
Enable the NXFFS file system example
Original file line number Diff line number Diff line change 5
5
6
6
config TESTING_SMART
7
7
tristate "SMART file system example"
8
+ depends on SMART_DEV_LOOP && RAMMTD && FS_SMARTFS
8
9
default n
9
10
---help---
10
11
Enable the SMART file system example
You can’t perform that action at this time.
0 commit comments