zephyr/subsys/app_memory/Kconfig

9 lines
176 B
Plaintext

menu "General Kernel Options"
config APP_SHARED_MEM
bool "Application shared memory with app_memory"
help
This is a wrapper around app_memory to simplify usage.
endmenu