Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/unionfs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/userfs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

config EXAMPLES_USERFS
tristate "UserFS test"
depends on FS_USERFS
default n
---help---
Enables a simple test of the UserFS
Expand Down
1 change: 1 addition & 0 deletions testing/fs/nxffs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions testing/fs/smart/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading