firmware/br-ext-chip-allwinner/board/v83x/kernel/patches/00000-fs_sdcardfs_Kconfig.p...

18 lines
504 B
Diff

diff -drupN a/fs/sdcardfs/Kconfig b/fs/sdcardfs/Kconfig
--- a/fs/sdcardfs/Kconfig 1970-01-01 03:00:00.000000000 +0300
+++ b/fs/sdcardfs/Kconfig 2022-06-12 05:28:14.000000000 +0300
@@ -0,0 +1,13 @@
+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.