aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/arm/ump/Kconfig
blob: db7b45b03de068fef7246c9a0898ba9c26819d7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
config UMP
        bool "Enable UMP(Unified Memory Provider)"
        default y
	---help---
		This enables UMP memory provider

config UMP_MEM_SIZE
	int "UMP Memory Size"
	depends on UMP
	default "64"
	---help---
		This value decide memory size of UMP (unit is MByte).

config UMP_DEBUG
	bool "Enables debug messages"
	depends on UMP
	default n
	---help---
		This enables UMP driver debug messages