fs/cromfs: Remove CONFIG_EXPERIMINTAL dependency.

This commit is contained in:
Gregory Nutt 2018-03-20 20:04:29 -06:00
parent f2b72c344b
commit 448fc7a6f2
1 changed files with 1 additions and 1 deletions

View File

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