1234567891011121314151617181920212223242526 |
- # Kconfig - Actions perperty manager
- #
- # Copyright (c) 2016 Actions Corporation
- #
- # SPDX-License-Identifier: Apache-2.0
- #
- menuconfig PROPERTY
- bool
- prompt "Property"
- default n
- help
- This option enables actions property manager.
-
- config PROPERTY_CACHE
- bool
- prompt "property cache"
- depends on PROPERTY
- default n
- help
- This option enables actions property manager.
|