blob: 7169d0f205a53b1b459ed8710a7bdc2ed7b2a99d [file] [log] [blame]
Ramon Fried7b384ec2018-07-02 02:57:55 +03001menuconfig SMEM
2 bool "SMEM (Shared Memory mamanger) support"
Ramon Fried654dd4a2018-07-02 02:57:56 +03003
4if SMEM
5
Ramon Fried7fd7e2c2018-07-02 02:57:59 +03006config SANDBOX_SMEM
7 bool "Sandbox Shared Memory Manager (SMEM)"
8 depends on SANDBOX && DM
9 help
10 enable SMEM support for sandbox. This is an emulation of a real SMEM
11 manager.
12 The sandbox driver allocates a shared memory from the heap and
13 initialzies it on start.
14
Ramon Fried654dd4a2018-07-02 02:57:56 +030015config MSM_SMEM
16 bool "Qualcomm Shared Memory Manager (SMEM)"
17 depends on DM
18 depends on ARCH_SNAPDRAGON
19 help
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.
23
24endif # menu "SMEM Support"