This reverts commit 7d8d128141.
Keep sdcardfs available for Android before 11.
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: Ic1652698f81ad403cfdf13ebde5b1c8be685c516
14 lines
294 B
Plaintext
14 lines
294 B
Plaintext
config SDCARD_FS
|
|
tristate "sdcard file system"
|
|
depends on CONFIGFS_FS
|
|
default n
|
|
help
|
|
Sdcardfs is based on Wrapfs file system.
|
|
|
|
config SDCARD_FS_FADV_NOACTIVE
|
|
bool "sdcardfs fadvise noactive support"
|
|
depends on FADV_NOACTIVE
|
|
default y
|
|
help
|
|
Sdcardfs supports fadvise noactive mode.
|