Lines Matching +full:source +full:- +full:memory
2 # SPDX-License-Identifier: Apache-2.0
5 bool "Retained memory drivers"
13 int "Retained memory devices init priority"
16 Retained memory devices initialization priority,
25 bool "Disable retained memory mutex support"
29 memory access. This option should only be enabled when retained
30 memory access is required in an ISR or for special use cases.
33 module-str = retained_mem
34 source "subsys/logging/Kconfig.template.log_config"
36 source "drivers/retained_mem/Kconfig.nrf"
38 source "drivers/retained_mem/Kconfig.zephyr"