summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/Kconfig-arch
blob: 45fc271681433a18c54d77215adcef940001b80b (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
51
52
53
54
55
56
config U8500_SECURE
	bool "Support for running in Secure mode"
	default n
	help
		Build the kernel to run in Secure mode.

#Configuration for MCDE setup

if FB_MCDE

menu "Display setup"

choice
	prompt "TV output type"
	default U8500_TV_OUTPUT_AV8100
	help
	  Select the source of TV output to use

config U8500_TV_OUTPUT_AV8100
	bool "AV8100 (HDMI/CVBS)"
	depends on MCDE_DISPLAY_AV8100

config U8500_TV_OUTPUT_AB8500
	bool "AB8500 (CVBS)"
	depends on MCDE_DISPLAY_AB8500_DENC

endchoice

choice
	prompt "Color depth"
	depends on DISPLAY_GENERIC_PRIMARY
	default MCDE_DISPLAY_PRIMARY_16BPP
	help
	  Select color depth for primary display

config MCDE_DISPLAY_PRIMARY_16BPP
	bool "16 bpp"
	help
	  16 bpp color depth

config MCDE_DISPLAY_PRIMARY_32BPP
	bool "32 bpp"
	help
	  32 bpp color depth

endchoice

config DISPLAY_AV8100_TRIPPLE_BUFFER
	bool "Enable tripple buffer for HDMI display"
	depends on MCDE_DISPLAY_AV8100
	help
	  Say yes to enable tripple buffer. You'll get double buffer otherwise

endmenu

endif