aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/Kconfig-arch
blob: 3e6d35c5c46720f69671a3d2ef5ded4b8df90f57 (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
config GPIO_STM
        bool "STM GPIO driver support"
        default y
	help
	  Say yes here to support the STM GPIO device

config STM_DMA
	tristate "STM DMA SUPPORT"
	default y
	help
		STM DMA low level driver for standrd DMA interface

config U8500_SECURE
	bool "Support for running in Secure mode"
	default n
	help
		Build the kernel to run in Secure mode.

menu "Debug level for STM drivers"
config  STM_ACODEC_DEBUG
	int "STM ACODEC Debug Level"
	depends on U8500_ACODEC
	default 0
	help
	  Sets the ACODEC debug ON/OFF for U8500 SoC
		* 0 OFF
		* 1 ON

config  STM_ALSA_DEBUG
	int "STM ALSA Debug Level"
	depends on SND_U8500_ALSA || SND_U8500_ALSA_AB8500
	default 0
	help
	  Sets the ALSA debug ON/OFF for U8500 SoC
		* 0 OFF
		* 1 ON
endmenu

#Configuration for MCDE setup

menu "Display selection"

config DISPLAY_GENERIC_DSI_PRIMARY
        bool "Main display support"
	depends on MACH_U8500_MOP && FB_MCDE
	select MCDE_DISPLAY_GENERIC_DSI
        default y
	help
	  Say yes here if main display exists

config DISPLAY_GENERIC_DSI_PRIMARY_VSYNC
	bool "Enable v-sync for primary display"
	depends on DISPLAY_GENERIC_DSI_PRIMARY
	default n
	help
	  Say yes to enable v-sync for primary display

config DISPLAY_GENERIC_DSI_SECONDARY
        bool "Sub display support"
	depends on MACH_U8500_MOP && FB_MCDE
	select MCDE_DISPLAY_GENERIC_DSI
        default n
	help
	  Say yes here if sub display exists

config DISPLAY_GENERIC_DSI_SECONDARY_VSYNC
	bool "Enable v-sync for secondary display"
	depends on DISPLAY_GENERIC_DSI_SECONDARY
	default n
	help
	  Say yes to enable v-sync for secondary display

config DISPLAY_AB8500_TERTIARY
        bool "AB8500 TVout display support"
	depends on MACH_U8500_MOP && !AV8100_SDTV && FB_MCDE
	select MCDE_DISPLAY_AB8500_DENC
        default n
	help
	  Say yes here if tv out support

config DISPLAY_AV8100_TERTIARY
        bool "AV8100 HDMI/CVBS display support"
	depends on MACH_U8500_MOP && FB_MCDE
	select MCDE_DISPLAY_AV8100
        default n
	help
	  Say yes here if HDMI output support

config AV8100_SDTV
        bool "set AV8100 in CVBS mode"
	depends on DISPLAY_AV8100_TERTIARY
        default n
	help
	  Say yes here if tv out support
endmenu