drivers: mm: add skeleton build files and common funcs

This adds skeleton Kconfig/CMakeLists.txt and common implementation
of some sys_mm_drv_*() functions.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2021-12-07 10:22:24 -08:00 committed by Anas Nashif
commit 11c3b1d379
7 changed files with 738 additions and 0 deletions

View file

@ -127,4 +127,6 @@ source "drivers/pinctrl/Kconfig"
source "drivers/mbox/Kconfig"
source "drivers/mm/Kconfig"
endmenu