2 bool "SMEM (Shared Memory mamanger) support"
7 bool "Sandbox Shared Memory Manager (SMEM)"
8 depends on SANDBOX && DM
10 enable SMEM support for sandbox. This is an emulation of a real SMEM
12 The sandbox driver allocates a shared memory from the heap and
13 initialzies it on start.
16 bool "Qualcomm Shared Memory Manager (SMEM)"
18 depends on ARCH_SNAPDRAGON
20 Enable support for the Qualcomm Shared Memory Manager.
21 The driver provides an interface to items in a heap shared among all
22 processors in a Qualcomm platform.
24 endif # menu "SMEM Support"