fs/cromfs: Remove CONFIG_EXPERIMINTAL dependency.
This commit is contained in:
parent
f2b72c344b
commit
448fc7a6f2
|
@ -6,7 +6,7 @@
|
|||
config FS_CROMFS
|
||||
bool "CROMFS file system"
|
||||
default n
|
||||
depends on !DISABLE_MOUNTPOINT && EXPERIMENTAL
|
||||
depends on !DISABLE_MOUNTPOINT
|
||||
select FS_READABLE
|
||||
---help---
|
||||
Enable Compessed Read-Only Filesystem (CROMFS) support
|
||||
|
|
Loading…
Reference in New Issue