Kconfig 610 B

123456789101112131415161718192021222324252627282930313233343536
  1. # Kconfig - Actions file system
  2. #
  3. # Copyright (c) 2016 Actions Corporation
  4. #
  5. # SPDX-License-Identifier: Apache-2.0
  6. #
  7. menuconfig MUTIPLE_VOLUME_MANAGER
  8. bool
  9. prompt "Mutiple Volume Manager"
  10. default n
  11. help
  12. This option enables actions filesystem
  13. config FS_MANAGER
  14. bool
  15. prompt "FS Manager"
  16. depends on MUTIPLE_VOLUME_MANAGER
  17. select FILE_SYSTEM
  18. select FILE_SYSTEM_FAT
  19. default n
  20. help
  21. This option enables actions mutiple volume manager
  22. config SDFS_MANAGER
  23. bool
  24. prompt "SDFS Manager"
  25. depends on MUTIPLE_VOLUME_MANAGER
  26. select FILE_SYSTEM
  27. default n
  28. help
  29. This option enables actions sdfs manager