Kconfig 778 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Kconfig - Actions iterarator
  2. #
  3. # Copyright (c) 2016 Actions Corporation
  4. #
  5. # SPDX-License-Identifier: Apache-2.0
  6. #
  7. menuconfig ITERATOR
  8. bool
  9. prompt "Actions Iterator Support"
  10. depends on ACTIONS_UTILS
  11. default n
  12. help
  13. This option enables actions iterator.
  14. config FILE_ITERATOR
  15. bool
  16. prompt "File Iterator Support"
  17. depends on ITERATOR
  18. select FILE_SYSTEM
  19. default n
  20. help
  21. This option enables actions file iterator.
  22. config PLIST_SUPPORT_FOLDER_CNT
  23. int
  24. prompt "Play list folder count support"
  25. depends on ITERATOR
  26. default 100
  27. help
  28. This option set the folder count support by the play list.
  29. config SUPPORT_FILE_FULL_NAME
  30. bool
  31. prompt "Play list support file full name"
  32. depends on ITERATOR
  33. default n
  34. help
  35. This option enables the file full name support.