summaryrefslogtreecommitdiff
path: root/drivers/smem/Kconfig
blob: 7169d0f205a53b1b459ed8710a7bdc2ed7b2a99d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
menuconfig SMEM
	bool  "SMEM (Shared Memory mamanger) support"

if SMEM

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.

config MSM_SMEM
    bool "Qualcomm Shared Memory Manager (SMEM)"
    depends on DM
    depends on ARCH_SNAPDRAGON
    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"