blob: 6cf5a4e61e345309e69c9d5cfad56e5fdaed9876 [file] [log] [blame]
Ramon Friedcf1e49f2018-07-02 02:57:55 +03001menuconfig SMEM
2 bool "SMEM (Shared Memory mamanger) support"
Ramon Fried4b4bd492018-07-02 02:57:56 +03003
4if SMEM
5
6config MSM_SMEM
7 bool "Qualcomm Shared Memory Manager (SMEM)"
8 depends on DM
9 depends on ARCH_SNAPDRAGON
10 help
11 Enable support for the Qualcomm Shared Memory Manager.
12 The driver provides an interface to items in a heap shared among all
13 processors in a Qualcomm platform.
14
15endif # menu "SMEM Support"