xref: /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# SPDX-License-Identifier: GPL-2.0
2config UMP
3	tristate "UMP support"
4	depends on ARM
5	help
6	  This enables support for the UMP memory allocation and sharing API.
7
8	  To compile this driver as a module, choose M here: the module will be
9	  called ump.
10
11config UMP_DEBUG
12	bool "Enable extra debug in UMP"
13	depends on UMP
14	default y
15	help
16	  This enabled extra debug checks and messages in UMP.
17
18