summaryrefslogtreecommitdiff
path: root/config/Kconfig
blob: 73ec785e9c711ac53f5c567d9d27b7b566ea1c68 (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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
menuconfig LTP
	bool "LTP framework"
	default n
	help
	    Say yes, if you want to build LTP framework.

menuconfig LTP_STE_TESTCASES
	bool "ST Ericsson kernel test cases"
	default n
	depends on LTP
	help
	    Say yes, if you want to build ST Ericsson
	    kernel test cases.

if LTP_STE_TESTCASES

config LTP_ALSA_I2C
       bool "ALSA I2C"
       default n
       help
           Tests for I2C via ALSA interface

config LTP_SENSORS_AB8500
       bool "LTP_SENSORS_AB8500"
       default n
       help
           Tests for AB8500 thermal sensors

config LTP_DMA
       bool "LTP_DMA"
       default n
       help
           LTP_DMA

config LTP_METATEST
       bool "LTP_METATEST"
       default n
       help
           LTP_METATEST

config LTP_EXAMPLE
       bool "LTP_EXAMPLE"
       default n
       help
           LTP_EXAMPLE

config LTP_RTC
       bool "LTP_RTC"
       default n
       help
           LTP_RTC

config LTP_BLUETOOTH
       bool "LTP_BLUETOOTH"
       default n
       help
           LTP_BLUETOOTH

config LTP_GPIO
       bool "LTP_GPIO"
       default n
       help
           LTP_GPIO

config LTP_MCDE
       bool "LTP_MCDE"
       default n
       help
           LTP_MCDE

config LTP_B2R2
       bool "LTP_B2R2"
       default n
       help
           LTP_B2R2

config LTP_UART
       bool "LTP_UART"
       default n
       help
           LTP_UART

config LTP_SSP
       bool "LTP_SSP"
       default n
       help
           LTP_SSP

config LTP_SHRM
       bool "LTP_SHRM"
       default n
       help
           LTP_SHRM

config LTP_I2C
       bool "LTP_I2C"
       default n
       help
           LTP_I2C

config LTP_DLP
       bool "LTP_DLP"
       default n
       help
           LTP_DLP

config LTP_MMC
       bool "LTP_MMC"
       default n
       help
           LTP_MMC

config LTP_EMMC_FILESYSTEM_MMC_VALIDATION_LTP
       bool "LTP_EMMC_FILESYSTEM_MMC_VALIDATION_LTP"
       default n
       help
           LTP_EMMC_FILESYSTEM_MMC_VALIDATION_LTP

config LTP_MSP
       bool "LTP_MSP"
       default n
       help
           LTP_MSP

config LTP_ALS
       bool "LTP_ALS"
       default n
       help
           LTP_ALS

config LTP_LSM303DLH
       bool "LTP_LSM303DLH"
       default n
       help
           LTP_LSM303DLH

config LTP_LPS001WP
       bool "LTP_LPS001WP"
       default n
       help
           LTP_LPS001WP

config LTP_L3G4200D
       bool "LTP_L3G4200D"
       default n
       help
           LTP_L3G4200D

config LTP_PROXIMITY
       bool "LTP_PROXIMITY"
       default n
       help
           LTP_PROXIMITY

config LTP_POWER
       bool "LTP_POWER"
       default n
       help
           LTP_POWER

config LTP_TEE
       bool "LTP_TEE"
       default n
       help
           LTP_TEE
config LTP_TIMER
       bool "LTP_TIMER"
       default n
       help
           LTP_TIMER

config LTP_HSI
       bool "LTP_HSI"
       default n
       help
           LTP_HSI

config LTP_LED
       bool "LTP_LED"
       default n
       help
           LTP_LED

config LTP_VIBRATOR
       bool "LTP_VIBRATOR"
       default n
       help
           LTP_VIBRATOR

config LTP_L2CACHE
       bool "LTP_L2CACHE"
       default n
       help
           LTP_L2CACHE

endif

menuconfig LTP_STE_SYSTEMTEST_TESTCASES
	bool "ST Ericsson System Test test cases"
	default n
	depends on LTP
	help
	    Say yes, if you want to build ST Ericsson
	    System Test test cases.

if LTP_STE_SYSTEMTEST_TESTCASES

config LTP_LISTEN_TO_RADIO
       bool "LTP_LISTEN_TO_RADIO"
       default n
       help
           LTP_LISTEN_TO_RADIO

config LTP_GRAPHICS_UCV
       bool "LTP_GRAPHICS_UCV"
       default n
       help
           LTP_GRAPHICS_UCV
endif

config LTP_COMMUNITY_TESTCASES
	bool "LTP community test cases"
	default n
	depends on LTP
	help
	    Say yes, if you want to build LTP community
	    test cases.