Kconfig 377 B

1234567891011121314151617181920212223242526
  1. # Kconfig - Actions perperty manager
  2. #
  3. # Copyright (c) 2016 Actions Corporation
  4. #
  5. # SPDX-License-Identifier: Apache-2.0
  6. #
  7. menuconfig PROPERTY
  8. bool
  9. prompt "Property"
  10. default n
  11. help
  12. This option enables actions property manager.
  13. config PROPERTY_CACHE
  14. bool
  15. prompt "property cache"
  16. depends on PROPERTY
  17. default n
  18. help
  19. This option enables actions property manager.