blob: 73d51b3a7a487681c52d11d47b015330cfba815a [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
Robert Marko6ef099b2020-09-10 16:00:01 +020018 depends on ARCH_SNAPDRAGON || ARCH_IPQ40XX
Ramon Fried654dd4a2018-07-02 02:57:56 +030019 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"