diff options
| author | Andreas Schneider <asn@cryptomilk.org> | 2018-02-19 16:57:26 +0100 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2018-02-19 16:57:26 +0100 |
| commit | 9ae335561838963003cd735778d0cb44b2cfb88a (patch) | |
| tree | 7515ff2d79b5106d4f8b430331cb7a53b63fb606 | |
| parent | 67ee495fe03bd52f7514d222c1840cd0ee6502c3 (diff) | |
Add suggested config to README
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md index 1851c0d6e78c..715e0fc0e14c 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,17 @@ sdFAT FS support for Linux Kernel 4.4 sdFAT is unified FAT-based file system which supports not only fat12/16/32 with vfat but also exfat. sdFAT supports winnt short-name rule. + +Suggested Kernel config: + + CONFIG_SDFAT_FS=y + CONFIG_SDFAT_DELAYED_META_DIRTY=y + CONFIG_SDFAT_SUPPORT_DIR_SYNC=y + CONFIG_SDFAT_DEFAULT_CODEPAGE=437 + CONFIG_SDFAT_DEFAULT_IOCHARSET="utf8" + CONFIG_SDFAT_ALIGNED_MPAGE_WRITE=y + CONFIG_SDFAT_VIRTUAL_XATTR=y + CONFIG_SDFAT_VIRTUAL_XATTR_SELINUX_LABEL="u:object_r:sdcard_external:s0" + CONFIG_SDFAT_DEBUG=y + CONFIG_SDFAT_DBG_MSG=y + CONFIG_SDFAT_STATISTICS=y |
