2018-07-01 23:57:55 +00:00
|
|
|
menuconfig SMEM
|
|
|
|
bool "SMEM (Shared Memory mamanger) support"
|
2018-07-01 23:57:56 +00:00
|
|
|
|
|
|
|
if SMEM
|
|
|
|
|
2018-07-01 23:57:59 +00:00
|
|
|
config SANDBOX_SMEM
|
|
|
|
bool "Sandbox Shared Memory Manager (SMEM)"
|
|
|
|
depends on SANDBOX && DM
|
|
|
|
help
|
|
|
|
enable SMEM support for sandbox. This is an emulation of a real SMEM
|
|
|
|
manager.
|
|
|
|
The sandbox driver allocates a shared memory from the heap and
|
|
|
|
initialzies it on start.
|
|
|
|
|
2018-07-01 23:57:56 +00:00
|
|
|
config MSM_SMEM
|
|
|
|
bool "Qualcomm Shared Memory Manager (SMEM)"
|
|
|
|
depends on DM
|
2020-09-10 14:00:01 +00:00
|
|
|
depends on ARCH_SNAPDRAGON || ARCH_IPQ40XX
|
2018-07-01 23:57:56 +00:00
|
|
|
help
|
|
|
|
Enable support for the Qualcomm Shared Memory Manager.
|
|
|
|
The driver provides an interface to items in a heap shared among all
|
|
|
|
processors in a Qualcomm platform.
|
|
|
|
|
|
|
|
endif # menu "SMEM Support"
|