xref: /openbmc/u-boot/drivers/smem/Kconfig (revision 654dd4a8)
1menuconfig SMEM
2	bool  "SMEM (Shared Memory mamanger) support"
3
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"
16