Kconfig 408 B

12345678910111213141516171819202122
  1. #
  2. # Copyright (c) 2020 Actions Semiconductor
  3. #
  4. # SPDX-License-Identifier: LicenseRef-BSD-5-Clause-Actions
  5. #
  6. menu "Actions framework"
  7. config ACTIONS_FRAMEWORK
  8. bool
  9. prompt "actions framework"
  10. default n
  11. select LEGACY_TIMEOUT_API
  12. select OSAL
  13. help
  14. This option enable or disable actions framework
  15. rsource "core/Kconfig"
  16. rsource "utils/Kconfig"
  17. rsource "property/Kconfig"
  18. rsource "memory/Kconfig"
  19. endmenu