Kconfig 705 B

12345678910111213141516171819202122232425262728
  1. config EXFAT_FS
  2. tristate "exFAT filesystem support"
  3. default y
  4. select NLS
  5. select NLS_UTF8
  6. help
  7. If you want to use the exFAT file systems, then you must say Y or M here
  8. to inlucde exFAT support.
  9. config EXFAT_VIRTUAL_XATTR
  10. bool "Virtual xattr support for exFAT filesystem"
  11. default y
  12. depends on EXFAT_FS
  13. help
  14. Modification of exFAT filesystem for virtual xattr
  15. config EXFAT_VIRTUAL_XATTR_SELINUX_LABEL
  16. string "Default string for SELinux label"
  17. depends on EXFAT_FS && EXFAT_VIRTUAL_XATTR
  18. default "u:object_r:sdcard_external:s0"
  19. help
  20. Set this to the default string for SELinux label.
  21. config EXFAT_SUPPORT_STLOG
  22. bool "Enable storage log"
  23. default y
  24. depends on EXFAT_FS && PROC_STLOG