summaryrefslogtreecommitdiff
path: root/drivers/gpu/arm/mali400/Kconfig
blob: 6a73ad826b9298e6697e85e016b643c5fecf8fd1 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
menuconfig MALI400
	tristate "Mali-400 support"
	default n
	depends on ARM
	select DMA_SHARED_BUFFER
	---help---
	  This enables support for the ARM Mali-400 GPUs.

	  To compile this driver as a module, choose M here: the module will be
	  called mali.

choice
depends on MALI400
prompt "Select MALI VER"
default MALI_VER_R3P2_REL0

config MALI_VER_R3P2_REL0
	bool "Mali400 Version R3P2-REL0"
	help
	  Choose this option to select Mali400 DDK R3P2-REL0 version.

if MALI_VER_R3P2_REL0
source "drivers/gpu/arm/mali400/mali/Kconfig"
endif

config MALI_VER_R4P0_REL0
	bool "Mali400 Version R4P0-REL0"
	help
	  Choose this option to select Mali400 DDK R4P0-REL0 version.

if MALI_VER_R4P0_REL0
source "drivers/gpu/arm/mali400/r4p0_rel0/Kconfig"
endif

endchoice

config VIDEO_SAMSUNG
	bool "Samsung Multimedia Devices"
	depends on VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2
	select VIDEO_FIXED_MINOR_RANGES
	default n
	help
	  This is a representative video4linux configuration for Samsung multimedia devices.

config VIDEO_SAMSUNG_V4L2
	bool "V4L2 API for digital camera to be contributed by samsung"
	depends on VIDEO_DEV && VIDEO_SAMSUNG
	default n
	help
	  This feature is for new V4L2 APIs all about digital camera