blob: 0cfd7f947f6b9955bb4e16ee8e96fd8461a29474 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001menu "Kernel hacking"
2
3source "lib/Kconfig.debug"
4
Russell King1fd15b82013-10-23 16:13:02 +01005config ARM_PTDUMP
6 bool "Export kernel pagetable layout to userspace via debugfs"
7 depends on DEBUG_KERNEL
Arnd Bergmann65ba5082015-05-26 16:07:51 +01008 depends on MMU
Russell King1fd15b82013-10-23 16:13:02 +01009 select DEBUG_FS
10 ---help---
11 Say Y here if you want to show the kernel pagetable layout in a
12 debugfs file. This information is only useful for kernel developers
13 who are working in architecture specific areas of the kernel.
14 It is probably not a good idea to enable this feature in a production
15 kernel.
16 If in doubt, say "N"
17
Nicolas Pitre087aaff2010-09-22 18:34:36 -040018config STRICT_DEVMEM
19 bool "Filter access to /dev/mem"
20 depends on MMU
21 ---help---
22 If this option is disabled, you allow userspace (root) access to all
23 of memory, including kernel and userspace memory. Accidental
24 access to this is obviously disastrous, but specific access can
25 be used by people debugging the kernel.
26
27 If this option is switched on, the /dev/mem file only allows
28 userspace access to memory mapped peripherals.
29
30 If in doubt, say Y.
31
Catalin Marinasadf8b372009-02-12 13:56:34 +010032# RMK wants arm kernels compiled with frame pointers or stack unwinding.
Linus Torvalds1da177e2005-04-16 15:20:36 -070033# If you know what you are doing and are willing to live without stack
34# traces, you can get a slightly smaller kernel by setting this option to
35# n, but then RMK will have to kill you ;).
36config FRAME_POINTER
37 bool
Catalin Marinas16c79652009-07-24 12:33:02 +010038 depends on !THUMB2_KERNEL
Rabin Vincent0e341af2010-11-06 23:03:53 +053039 default y if !ARM_UNWIND || FUNCTION_GRAPH_TRACER
Linus Torvalds1da177e2005-04-16 15:20:36 -070040 help
41 If you say N here, the resulting kernel will be slightly smaller and
Catalin Marinasadf8b372009-02-12 13:56:34 +010042 faster. However, if neither FRAME_POINTER nor ARM_UNWIND are enabled,
43 when a problem occurs with the kernel, the information that is
44 reported is severely limited.
45
46config ARM_UNWIND
Russell King4a50bfe2010-12-05 23:06:22 +000047 bool "Enable stack unwinding support (EXPERIMENTAL)"
Kees Cookd6f94fa2013-01-16 18:53:14 -080048 depends on AEABI
Catalin Marinasadf8b372009-02-12 13:56:34 +010049 default y
50 help
51 This option enables stack unwinding support in the kernel
52 using the information automatically generated by the
53 compiler. The resulting kernel image is slightly bigger but
54 the performance is not affected. Currently, this feature
55 only works with EABI compilers. If unsure say Y.
Linus Torvalds1da177e2005-04-16 15:20:36 -070056
Rabin Vincent09bfafa2010-08-10 19:32:37 +010057config OLD_MCOUNT
58 bool
59 depends on FUNCTION_TRACER && FRAME_POINTER
60 default y
61
Linus Torvalds1da177e2005-04-16 15:20:36 -070062config DEBUG_USER
63 bool "Verbose user fault messages"
64 help
65 When a user program crashes due to an exception, the kernel can
66 print a brief message explaining what the problem was. This is
67 sometimes helpful for debugging but serves no purpose on a
68 production system. Most people should say N here.
69
70 In addition, you need to pass user_debug=N on the kernel command
71 line to enable this feature. N consists of the sum of:
72
73 1 - undefined instruction events
74 2 - system calls
75 4 - invalid data aborts
76 8 - SIGSEGV faults
77 16 - SIGBUS faults
78
Linus Torvalds1da177e2005-04-16 15:20:36 -070079# These options are only for real kernel hackers who want to get their hands dirty.
80config DEBUG_LL
Will Deacon4f5ef922011-09-01 19:04:44 +010081 bool "Kernel low-level debugging functions (read help!)"
Linus Torvalds1da177e2005-04-16 15:20:36 -070082 depends on DEBUG_KERNEL
83 help
Russell King35efb602005-09-09 15:57:17 +010084 Say Y here to include definitions of printascii, printch, printhex
Linus Torvalds1da177e2005-04-16 15:20:36 -070085 in the kernel. This is helpful if you are debugging code that
86 executes before the console is initialized.
87
Will Deacon4f5ef922011-09-01 19:04:44 +010088 Note that selecting this option will limit the kernel to a single
89 UART definition, as specified below. Attempting to boot the kernel
90 image on a different platform *will not work*, so this option should
91 not be enabled for kernels that are intended to be portable.
92
Will Deacon17916b22011-09-01 18:58:51 +010093choice
94 prompt "Kernel low-level debugging port"
95 depends on DEBUG_LL
96
Tsahee Zidenberg3c215e62015-03-12 13:53:04 +020097 config DEBUG_ALPINE_UART0
98 bool "Kernel low-level debugging messages via Alpine UART0"
99 depends on ARCH_ALPINE
100 select DEBUG_UART_8250
101 help
102 Say Y here if you want kernel low-level debugging support
103 on Alpine based platforms.
104
Oleksij Rempeld5bd4e8d2014-11-24 12:08:28 +0100105 config DEBUG_ASM9260_UART
106 bool "Kernel low-level debugging via asm9260 UART"
107 depends on MACH_ASM9260
108 help
109 Say Y here if you want the debug print routines to direct
110 their output to an UART or USART port on asm9260 based
111 machines.
112
113 DEBUG_UART_PHYS | DEBUG_UART_VIRT
114
115 0x80000000 | 0xf0000000 | UART0
116 0x80004000 | 0xf0004000 | UART1
117 0x80008000 | 0xf0008000 | UART2
118 0x8000c000 | 0xf000c000 | UART3
119 0x80010000 | 0xf0010000 | UART4
120 0x80014000 | 0xf0014000 | UART5
121 0x80018000 | 0xf0018000 | UART6
122 0x8001c000 | 0xf001c000 | UART7
123 0x80020000 | 0xf0020000 | UART8
124 0x80024000 | 0xf0024000 | UART9
125
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +0800126 config AT91_DEBUG_LL_DBGU0
Alexandre Belloni5f58c972015-01-12 19:42:14 +0100127 bool "Kernel low-level debugging on rm9200, 9260/9g20, 9261/9g10, 9rl, 9x5, 9n12"
128 select DEBUG_AT91_UART
Nicolas Ferre42dfd1e2015-01-20 11:38:02 +0100129 depends on ARCH_AT91
Alexandre Belloniae57d0c2015-01-15 22:58:11 +0100130 depends on SOC_AT91RM9200 || SOC_AT91SAM9
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +0800131
132 config AT91_DEBUG_LL_DBGU1
Alexandre Belloni5f58c972015-01-12 19:42:14 +0100133 bool "Kernel low-level debugging on 9263, 9g45 and sama5d3"
134 select DEBUG_AT91_UART
Nicolas Ferre42dfd1e2015-01-20 11:38:02 +0100135 depends on ARCH_AT91
Alexandre Belloniae57d0c2015-01-15 22:58:11 +0100136 depends on SOC_AT91SAM9 || SOC_SAMA5
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +0800137
Nicolas Ferre2dc850b2014-09-15 18:15:54 +0200138 config AT91_DEBUG_LL_DBGU2
139 bool "Kernel low-level debugging on sama5d4"
Alexandre Belloni5f58c972015-01-12 19:42:14 +0100140 select DEBUG_AT91_UART
Nicolas Ferre42dfd1e2015-01-20 11:38:02 +0100141 depends on ARCH_AT91
Alexandre Belloniae57d0c2015-01-15 22:58:11 +0100142 depends on SOC_SAMA5
Nicolas Ferre2dc850b2014-09-15 18:15:54 +0200143
Nicolas Ferrec268a742015-07-30 19:12:12 +0200144 config AT91_DEBUG_LL_DBGU3
145 bool "Kernel low-level debugging on sama5d2"
146 select DEBUG_AT91_UART
147 depends on ARCH_AT91
148 depends on SOC_SAMA5
149
Stephen Warrenf1ac9222013-03-11 22:40:18 -0600150 config DEBUG_BCM2835
151 bool "Kernel low-level debugging on BCM2835 PL011 UART"
152 depends on ARCH_BCM2835
Russell King5c972af2013-07-07 12:32:16 +0100153 select DEBUG_UART_PL01X
Stephen Warrenf1ac9222013-03-11 22:40:18 -0600154
Hauke Mehrtens06580272014-02-04 00:01:44 +0100155 config DEBUG_BCM_5301X
156 bool "Kernel low-level debugging on BCM5301X UART1"
157 depends on ARCH_BCM_5301X
Hauke Mehrtens140bd602014-09-14 21:43:40 +0200158 select DEBUG_UART_8250
Hauke Mehrtens06580272014-02-04 00:01:44 +0100159
Christian Daudt753d1242013-12-23 09:00:01 +0100160 config DEBUG_BCM_KONA_UART
161 bool "Kernel low-level debugging messages via BCM KONA UART"
Florian Fainelli7aa20772014-03-06 09:45:55 -0800162 depends on ARCH_BCM_MOBILE
Christian Daudt753d1242013-12-23 09:00:01 +0100163 select DEBUG_UART_8250
164 help
165 Say Y here if you want kernel low-level debugging support
166 on Broadcom SoC platforms.
167 This low level debug works for Broadcom
168 mobile SoCs in the Kona family of chips (e.g. bcm28155,
169 bcm11351, etc...)
170
Florian Fainellib51312b2014-01-08 09:19:50 -0800171 config DEBUG_BCM63XX
172 bool "Kernel low-level debugging on BCM63XX UART"
173 depends on ARCH_BCM_63XX
174 select DEBUG_UART_BCM63XX
175
Sebastian Hesselbarthcaad0b42013-09-09 14:10:54 +0200176 config DEBUG_BERLIN_UART
177 bool "Marvell Berlin SoC Debug UART"
178 depends on ARCH_BERLIN
179 select DEBUG_UART_8250
180 help
181 Say Y here if you want kernel low-level debugging support
182 on Marvell Berlin SoC based platforms.
183
Marc Carino81b43a62014-08-13 15:50:02 -0700184 config DEBUG_BRCMSTB_UART
185 bool "Use BRCMSTB UART for low-level debug"
186 depends on ARCH_BRCMSTB
187 select DEBUG_UART_8250
188 help
189 Say Y here if you want the debug print routines to direct
190 their output to the first serial port on these devices.
191
192 If you have a Broadcom STB chip and would like early print
193 messages to appear over the UART, select this option.
194
Stephen Boyd164acf92011-09-22 20:28:35 +0100195 config DEBUG_CLPS711X_UART1
196 bool "Kernel low-level debugging messages via UART1"
197 depends on ARCH_CLPS711X
198 help
199 Say Y here if you want the debug print routines to direct
200 their output to the first serial port on these devices.
Will Deacon17916b22011-09-01 18:58:51 +0100201
202 config DEBUG_CLPS711X_UART2
203 bool "Kernel low-level debugging messages via UART2"
204 depends on ARCH_CLPS711X
205 help
206 Say Y here if you want the debug print routines to direct
207 their output to the second serial port on these devices.
Will Deacon17916b22011-09-01 18:58:51 +0100208
Arnd Bergmann29c9b7b2013-03-14 16:02:59 +0100209 config DEBUG_CNS3XXX
210 bool "Kernel Kernel low-level debugging on Cavium Networks CNS3xxx"
211 depends on ARCH_CNS3XXX
Krzysztof Hałasab1251702014-09-16 12:35:10 +0200212 select DEBUG_UART_8250
Arnd Bergmann29c9b7b2013-03-14 16:02:59 +0100213 help
214 Say Y here if you want the debug print routines to direct
215 their output to the CNS3xxx UART0.
216
Uwe Kleine-König477099f2012-03-22 10:29:23 +0100217 config DEBUG_DAVINCI_DA8XX_UART1
218 bool "Kernel low-level debugging on DaVinci DA8XX using UART1"
219 depends on ARCH_DAVINCI_DA8XX
Russell King97bd1a42013-07-07 16:18:34 +0100220 select DEBUG_UART_8250
Uwe Kleine-König477099f2012-03-22 10:29:23 +0100221 help
222 Say Y here if you want the debug print routines to direct
223 their output to UART1 serial port on DaVinci DA8XX devices.
224
225 config DEBUG_DAVINCI_DA8XX_UART2
226 bool "Kernel low-level debugging on DaVinci DA8XX using UART2"
227 depends on ARCH_DAVINCI_DA8XX
Russell King97bd1a42013-07-07 16:18:34 +0100228 select DEBUG_UART_8250
Uwe Kleine-König477099f2012-03-22 10:29:23 +0100229 help
230 Say Y here if you want the debug print routines to direct
231 their output to UART2 serial port on DaVinci DA8XX devices.
232
233 config DEBUG_DAVINCI_DMx_UART0
234 bool "Kernel low-level debugging on DaVinci DMx using UART0"
235 depends on ARCH_DAVINCI_DMx
Russell King97bd1a42013-07-07 16:18:34 +0100236 select DEBUG_UART_8250
Uwe Kleine-König477099f2012-03-22 10:29:23 +0100237 help
238 Say Y here if you want the debug print routines to direct
239 their output to UART0 serial port on DaVinci DMx devices.
240
Nick Bowleraaf5e0b2012-11-05 16:45:49 -0500241 config DEBUG_ZYNQ_UART0
242 bool "Kernel low-level debugging on Xilinx Zynq using UART0"
243 depends on ARCH_ZYNQ
244 help
245 Say Y here if you want the debug print routines to direct
246 their output to UART0 on the Zynq platform.
247
248 config DEBUG_ZYNQ_UART1
249 bool "Kernel low-level debugging on Xilinx Zynq using UART1"
250 depends on ARCH_ZYNQ
251 help
252 Say Y here if you want the debug print routines to direct
253 their output to UART1 on the Zynq platform.
254
255 If you have a ZC702 board and want early boot messages to
256 appear on the USB serial adaptor, select this option.
257
Russell Kinge76f4752011-11-23 17:44:05 +0000258 config DEBUG_DC21285_PORT
259 bool "Kernel low-level debugging messages via footbridge serial port"
260 depends on FOOTBRIDGE
261 help
262 Say Y here if you want the debug print routines to direct
263 their output to the serial port in the DC21285 (Footbridge).
264
Baruch Siache23814d2015-01-14 10:40:31 +0200265 config DEBUG_DIGICOLOR_UA0
266 bool "Kernel low-level debugging messages via Digicolor UA0"
267 depends on ARCH_DIGICOLOR
268 help
269 Say Y here if you want the debug print routines to direct
270 their output to the UA0 serial port in the CX92755.
271
Russell Kinge76f4752011-11-23 17:44:05 +0000272 config DEBUG_FOOTBRIDGE_COM1
273 bool "Kernel low-level debugging messages via footbridge 8250 at PCI COM1"
274 depends on FOOTBRIDGE
275 help
276 Say Y here if you want the debug print routines to direct
277 their output to the 8250 at PCI COM1.
278
Haojian Zhuang8d258be2013-08-24 06:58:39 +0100279 config DEBUG_HI3620_UART
280 bool "Hisilicon HI3620 Debug UART"
281 depends on ARCH_HI3xxx
282 select DEBUG_UART_PL01X
283 help
284 Say Y here if you want kernel low-level debugging support
285 on HI3620 UART.
286
287 config DEBUG_HI3716_UART
288 bool "Hisilicon Hi3716 Debug UART"
289 depends on ARCH_HI3xxx
290 select DEBUG_UART_PL01X
291 help
292 Say Y here if you want kernel low-level debugging support
293 on HI3716 UART.
294
Rob Herring220e6cf2011-06-07 10:02:55 -0500295 config DEBUG_HIGHBANK_UART
296 bool "Kernel low-level debugging messages via Highbank UART"
297 depends on ARCH_HIGHBANK
Russell King5c972af2013-07-07 12:32:16 +0100298 select DEBUG_UART_PL01X
Rob Herring220e6cf2011-06-07 10:02:55 -0500299 help
300 Say Y here if you want the debug print routines to direct
301 their output to the UART on Highbank based devices.
302
Wang Long27dafaa2014-12-24 03:09:56 +0000303 config DEBUG_HIP01_UART
304 bool "Hisilicon Hip01 Debug UART"
305 depends on ARCH_HIP01
306 select DEBUG_UART_8250
307 help
308 Say Y here if you want kernel low-level debugging support
309 on HIP01 UART.
310
Haojian Zhuangc9a1df42013-12-20 15:01:41 +0800311 config DEBUG_HIP04_UART
312 bool "Hisilicon HiP04 Debug UART"
313 depends on ARCH_HIP04
314 select DEBUG_UART_8250
315 help
316 Say Y here if you want kernel low-level debugging support
317 on HIP04 UART.
318
Olof Johansson37bdaf82014-09-23 22:21:54 -0700319 config DEBUG_HIX5HD2_UART
320 bool "Hisilicon Hix5hd2 Debug UART"
321 depends on ARCH_HIX5HD2
Catalin Marinas93fd03a2009-12-09 10:02:18 +0000322 select DEBUG_UART_PL01X
323 help
Olof Johansson37bdaf82014-09-23 22:21:54 -0700324 Say Y here if you want kernel low-level debugging support
325 on Hix5hd2 UART.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700326
Shawn Guof350b862011-08-19 05:56:59 +0100327 config DEBUG_IMX1_UART
328 bool "i.MX1 Debug UART"
329 depends on SOC_IMX1
330 help
331 Say Y here if you want kernel low-level debugging support
332 on i.MX1.
333
334 config DEBUG_IMX23_UART
335 bool "i.MX23 Debug UART"
336 depends on SOC_IMX23
Russell King5c972af2013-07-07 12:32:16 +0100337 select DEBUG_UART_PL01X
Shawn Guof350b862011-08-19 05:56:59 +0100338 help
339 Say Y here if you want kernel low-level debugging support
340 on i.MX23.
341
342 config DEBUG_IMX25_UART
343 bool "i.MX25 Debug UART"
344 depends on SOC_IMX25
345 help
346 Say Y here if you want kernel low-level debugging support
347 on i.MX25.
348
349 config DEBUG_IMX21_IMX27_UART
350 bool "i.MX21 and i.MX27 Debug UART"
351 depends on SOC_IMX21 || SOC_IMX27
352 help
353 Say Y here if you want kernel low-level debugging support
354 on i.MX21 or i.MX27.
355
356 config DEBUG_IMX28_UART
357 bool "i.MX28 Debug UART"
358 depends on SOC_IMX28
Russell King5c972af2013-07-07 12:32:16 +0100359 select DEBUG_UART_PL01X
Shawn Guof350b862011-08-19 05:56:59 +0100360 help
361 Say Y here if you want kernel low-level debugging support
362 on i.MX28.
363
Shawn Guo4ad625d2012-12-12 18:54:01 +0800364 config DEBUG_IMX31_UART
365 bool "i.MX31 Debug UART"
366 depends on SOC_IMX31
Shawn Guof350b862011-08-19 05:56:59 +0100367 help
368 Say Y here if you want kernel low-level debugging support
Shawn Guo4ad625d2012-12-12 18:54:01 +0800369 on i.MX31.
370
371 config DEBUG_IMX35_UART
372 bool "i.MX35 Debug UART"
373 depends on SOC_IMX35
374 help
375 Say Y here if you want kernel low-level debugging support
376 on i.MX35.
Shawn Guof350b862011-08-19 05:56:59 +0100377
Greg Ungererad364a72013-10-29 15:15:51 +1000378 config DEBUG_IMX50_UART
379 bool "i.MX50 Debug UART"
380 depends on SOC_IMX50
381 help
382 Say Y here if you want kernel low-level debugging support
383 on i.MX50.
384
Shawn Guof350b862011-08-19 05:56:59 +0100385 config DEBUG_IMX51_UART
386 bool "i.MX51 Debug UART"
387 depends on SOC_IMX51
388 help
389 Say Y here if you want kernel low-level debugging support
390 on i.MX51.
391
Fabio Estevam7356420c2013-01-22 10:40:55 -0200392 config DEBUG_IMX53_UART
393 bool "i.MX53 Debug UART"
394 depends on SOC_IMX53
Shawn Guof350b862011-08-19 05:56:59 +0100395 help
396 Say Y here if you want kernel low-level debugging support
Fabio Estevam7356420c2013-01-22 10:40:55 -0200397 on i.MX53.
Shawn Guof350b862011-08-19 05:56:59 +0100398
Shawn Guo49c9e602012-10-08 13:44:29 +0800399 config DEBUG_IMX6Q_UART
Shawn Guo3c03a2f2013-04-01 22:13:32 +0800400 bool "i.MX6Q/DL Debug UART"
Dirk Behme785d7fa2012-04-27 10:15:45 +0200401 depends on SOC_IMX6Q
402 help
403 Say Y here if you want kernel low-level debugging support
Shawn Guo3c03a2f2013-04-01 22:13:32 +0800404 on i.MX6Q/DL.
Shawn Guobac89d72011-10-02 15:09:11 +0800405
Shawn Guo34e8a162013-05-03 11:21:03 +0800406 config DEBUG_IMX6SL_UART
407 bool "i.MX6SL Debug UART"
408 depends on SOC_IMX6SL
409 help
410 Say Y here if you want kernel low-level debugging support
411 on i.MX6SL.
412
Shawn Guo74368e82014-05-11 21:53:48 +0800413 config DEBUG_IMX6SX_UART
414 bool "i.MX6SX Debug UART"
415 depends on SOC_IMX6SX
416 help
417 Say Y here if you want kernel low-level debugging support
418 on i.MX6SX.
419
Anson Huang20c305f2015-07-10 02:09:47 +0800420 config DEBUG_IMX6UL_UART
421 bool "i.MX6UL Debug UART"
422 depends on SOC_IMX6UL
423 help
424 Say Y here if you want kernel low-level debugging support
425 on i.MX6UL.
426
Anson Huang52d7aec2015-05-06 23:16:07 +0800427 config DEBUG_IMX7D_UART
428 bool "i.MX7D Debug UART"
429 depends on SOC_IMX7D
430 help
431 Say Y here if you want kernel low-level debugging support
432 on i.MX7D.
433
Santosh Shilimkar828989a2013-06-10 11:27:13 -0400434 config DEBUG_KEYSTONE_UART0
435 bool "Kernel low-level debugging on KEYSTONE2 using UART0"
436 depends on ARCH_KEYSTONE
Russell Kingf2acf002013-07-07 16:05:49 +0100437 select DEBUG_UART_8250
Santosh Shilimkar828989a2013-06-10 11:27:13 -0400438 help
439 Say Y here if you want the debug print routines to direct
440 their output to UART0 serial port on KEYSTONE2 devices.
441
442 config DEBUG_KEYSTONE_UART1
443 bool "Kernel low-level debugging on KEYSTONE2 using UART1"
444 depends on ARCH_KEYSTONE
Russell Kingf2acf002013-07-07 16:05:49 +0100445 select DEBUG_UART_8250
Santosh Shilimkar828989a2013-06-10 11:27:13 -0400446 help
447 Say Y here if you want the debug print routines to direct
448 their output to UART1 serial port on KEYSTONE2 devices.
449
Daniel Thompsonabbfb212015-01-09 18:33:36 +0100450 config DEBUG_KS8695_UART
451 bool "KS8695 Debug UART"
452 depends on ARCH_KS8695
453 help
454 Say Y here if you want kernel low-level debugging support
455 on KS8695.
456
Joachim Eastwood0aed6a32015-05-19 20:55:03 +0200457 config DEBUG_LPC18XX_UART0
458 bool "Kernel low-level debugging via LPC18xx/43xx UART0"
459 depends on ARCH_LPC18XX
460 select DEBUG_UART_8250
461 help
462 Say Y here if you want kernel low-level debugging support
463 on NXP LPC18xx/43xx UART0.
464
Carlo Caioned8a00912014-09-09 21:38:00 +0200465 config DEBUG_MESON_UARTAO
466 bool "Kernel low-level debugging via Meson6 UARTAO"
467 depends on ARCH_MESON
468 help
469 Say Y here if you want kernel low-lever debugging support
470 on Amlogic Meson6 based platforms on the UARTAO.
471
Haojian Zhuangfa4cd2a2012-08-10 23:49:41 +0800472 config DEBUG_MMP_UART2
473 bool "Kernel low-level debugging message via MMP UART2"
474 depends on ARCH_MMP
Russell King4a0036472013-07-06 23:13:15 +0100475 select DEBUG_UART_8250
Haojian Zhuangfa4cd2a2012-08-10 23:49:41 +0800476 help
477 Say Y here if you want kernel low-level debugging support
478 on MMP UART2.
479
480 config DEBUG_MMP_UART3
481 bool "Kernel low-level debugging message via MMP UART3"
482 depends on ARCH_MMP
Russell King4a0036472013-07-06 23:13:15 +0100483 select DEBUG_UART_8250
Haojian Zhuangfa4cd2a2012-08-10 23:49:41 +0800484 help
485 Say Y here if you want kernel low-level debugging support
486 on MMP UART3.
487
Ivan T. Ivanov7098cff2014-04-14 16:47:34 +0300488 config DEBUG_QCOM_UARTDM
489 bool "Kernel low-level debugging messages via QCOM UARTDM"
490 depends on ARCH_QCOM
Stephen Boyda3d3ef92011-11-08 10:33:04 -0800491 help
492 Say Y here if you want the debug print routines to direct
Ivan T. Ivanov7098cff2014-04-14 16:47:34 +0300493 their output to the serial port on Qualcomm devices.
Stephen Boyda3d3ef92011-11-08 10:33:04 -0800494
Stephen Boyd30cd6552014-09-05 15:51:56 -0700495 ARCH DEBUG_UART_PHYS DEBUG_UART_VIRT
496 APQ8064 0x16640000 0xf0040000
Georgi Djakov2f528dd2014-05-23 18:12:32 +0300497 APQ8084 0xf995e000 0xfa75e000
Ivan T. Ivanov7098cff2014-04-14 16:47:34 +0300498 MSM8X60 0x19c40000 0xf0040000
499 MSM8960 0x16440000 0xf0040000
500 MSM8974 0xf991e000 0xfa71e000
501
502 Please adjust DEBUG_UART_PHYS and DEBUG_UART_BASE configuration
503 options based on your needs.
Rohit Vaswani3c8828f2013-10-17 22:15:35 +0100504
Maxime Ripardd91125d2015-01-08 18:38:03 +0100505 config DEBUG_MVEBU_UART0
506 bool "Kernel low-level debugging messages via MVEBU UART0 (old bootloaders)"
Rob Herringbfd5af92012-09-02 14:41:34 -0500507 depends on ARCH_MVEBU
Russell King4a0036472013-07-06 23:13:15 +0100508 select DEBUG_UART_8250
Rob Herringbfd5af92012-09-02 14:41:34 -0500509 help
510 Say Y here if you want kernel low-level debugging support
Maxime Ripardd91125d2015-01-08 18:38:03 +0100511 on MVEBU based platforms on UART0.
Rob Herringbfd5af92012-09-02 14:41:34 -0500512
Thomas Petazzonic2804cd2013-06-05 09:05:00 +0200513 This option should be used with the old bootloaders
514 that left the internal registers mapped at
515 0xd0000000. As of today, this is the case on
516 platforms such as the Globalscale Mirabox or the
517 Plathome OpenBlocks AX3, when using the original
518 bootloader.
519
520 If the wrong DEBUG_MVEBU_UART* option is selected,
521 when u-boot hands over to the kernel, the system
522 silently crashes, with no serial output at all.
523
Maxime Ripardd91125d2015-01-08 18:38:03 +0100524 config DEBUG_MVEBU_UART0_ALTERNATE
525 bool "Kernel low-level debugging messages via MVEBU UART0 (new bootloaders)"
Thomas Petazzonic2804cd2013-06-05 09:05:00 +0200526 depends on ARCH_MVEBU
Russell King4a0036472013-07-06 23:13:15 +0100527 select DEBUG_UART_8250
Thomas Petazzonic2804cd2013-06-05 09:05:00 +0200528 help
529 Say Y here if you want kernel low-level debugging support
Maxime Ripardd91125d2015-01-08 18:38:03 +0100530 on MVEBU based platforms on UART0.
Thomas Petazzonic2804cd2013-06-05 09:05:00 +0200531
532 This option should be used with the new bootloaders
533 that remap the internal registers at 0xf1000000.
534
535 If the wrong DEBUG_MVEBU_UART* option is selected,
536 when u-boot hands over to the kernel, the system
537 silently crashes, with no serial output at all.
538
Maxime Ripardbd920492015-01-08 18:38:04 +0100539 config DEBUG_MVEBU_UART1_ALTERNATE
540 bool "Kernel low-level debugging messages via MVEBU UART1 (new bootloaders)"
541 depends on ARCH_MVEBU
542 select DEBUG_UART_8250
543 help
544 Say Y here if you want kernel low-level debugging support
545 on MVEBU based platforms on UART1.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700546
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547 This option should be used with the new bootloaders
548 that remap the internal registers at 0xf1000000.
549
550 If the wrong DEBUG_MVEBU_UART* option is selected,
551 when u-boot hands over to the kernel, the system
552 silently crashes, with no serial output at all.
553
Shawn Guoc7c3eac2013-05-12 17:22:17 +0800554 config DEBUG_VF_UART
555 bool "Vybrid UART"
556 depends on SOC_VF610
557 help
558 Say Y here if you want kernel low-level debugging support
559 on Vybrid based platforms.
560
Daniel Thompson4d31e662015-01-09 18:34:03 +0100561 config DEBUG_NETX_UART
562 bool "Kernel low-level debugging messages via NetX UART"
563 depends on ARCH_NETX
564 help
565 Say Y here if you want kernel low-level debugging support
566 on Hilscher NetX based platforms.
567
Linus Walleij266c3472013-02-27 22:39:57 +0100568 config DEBUG_NOMADIK_UART
569 bool "Kernel low-level debugging messages via NOMADIK UART"
570 depends on ARCH_NOMADIK
Russell King5c972af2013-07-07 12:32:16 +0100571 select DEBUG_UART_PL01X
Linus Walleij266c3472013-02-27 22:39:57 +0100572 help
573 Say Y here if you want kernel low-level debugging support
574 on NOMADIK based platforms.
575
Daniel Tang9851ca52013-06-11 18:40:17 +1000576 config DEBUG_NSPIRE_CLASSIC_UART
577 bool "Kernel low-level debugging via TI-NSPIRE 8250 UART"
578 depends on ARCH_NSPIRE
Russell King4a0036472013-07-06 23:13:15 +0100579 select DEBUG_UART_8250
Daniel Tang9851ca52013-06-11 18:40:17 +1000580 help
581 Say Y here if you want kernel low-level debugging support
582 on TI-NSPIRE classic models.
583
584 config DEBUG_NSPIRE_CX_UART
585 bool "Kernel low-level debugging via TI-NSPIRE PL011 UART"
586 depends on ARCH_NSPIRE
Russell King5c972af2013-07-07 12:32:16 +0100587 select DEBUG_UART_PL01X
Daniel Tang9851ca52013-06-11 18:40:17 +1000588 help
589 Say Y here if you want kernel low-level debugging support
590 on TI-NSPIRE CX models.
591
Daniel Thompsonc26b9992015-01-09 18:33:50 +0100592 config DEBUG_OMAP1UART1
593 bool "Kernel low-level debugging via OMAP1 UART1"
594 depends on ARCH_OMAP1
595 select DEBUG_UART_8250
596 help
597 Say Y here if you want kernel low-level debugging support
598 on OMAP1 based platforms (except OMAP730) on the UART1.
599
600 config DEBUG_OMAP1UART2
601 bool "Kernel low-level debugging via OMAP1 UART2"
602 depends on ARCH_OMAP1
603 select DEBUG_UART_8250
604 help
605 Say Y here if you want kernel low-level debugging support
606 on OMAP1 based platforms (except OMAP730) on the UART2.
607
608 config DEBUG_OMAP1UART3
609 bool "Kernel low-level debugging via OMAP1 UART3"
610 depends on ARCH_OMAP1
611 select DEBUG_UART_8250
612 help
613 Say Y here if you want kernel low-level debugging support
614 on OMAP1 based platforms (except OMAP730) on the UART3.
615
Russell Kingcce278d2013-07-06 14:23:30 +0100616 config DEBUG_OMAP2UART1
617 bool "OMAP2/3/4 UART1 (omap2/3 sdp boards and some omap3 boards)"
Tony Lindgren808b7e02013-01-11 11:24:19 -0800618 depends on ARCH_OMAP2PLUS
Russell Kingcce278d2013-07-06 14:23:30 +0100619 select DEBUG_OMAP2PLUS_UART
Tony Lindgren808b7e02013-01-11 11:24:19 -0800620 help
Russell Kingcce278d2013-07-06 14:23:30 +0100621 This covers at least h4, 2430sdp, 3430sdp, 3630sdp,
622 omap3 torpedo and 3530 lv som.
623
624 config DEBUG_OMAP2UART2
625 bool "Kernel low-level debugging messages via OMAP2/3/4 UART2"
626 depends on ARCH_OMAP2PLUS
627 select DEBUG_OMAP2PLUS_UART
628
629 config DEBUG_OMAP2UART3
630 bool "Kernel low-level debugging messages via OMAP2 UART3 (n8x0)"
631 depends on ARCH_OMAP2PLUS
632 select DEBUG_OMAP2PLUS_UART
633
634 config DEBUG_OMAP3UART3
635 bool "Kernel low-level debugging messages via OMAP3 UART3 (most omap3 boards)"
636 depends on ARCH_OMAP2PLUS
637 select DEBUG_OMAP2PLUS_UART
638 help
639 This covers at least cm_t3x, beagle, crane, devkit8000,
640 igep00x0, ldp, n900, n9(50), pandora, overo, touchbook,
641 and 3517evm.
642
643 config DEBUG_OMAP4UART3
644 bool "Kernel low-level debugging messages via OMAP4/5 UART3 (omap4 blaze, panda, omap5 sevm)"
645 depends on ARCH_OMAP2PLUS
646 select DEBUG_OMAP2PLUS_UART
647
648 config DEBUG_OMAP3UART4
649 bool "Kernel low-level debugging messages via OMAP36XX UART4"
650 depends on ARCH_OMAP2PLUS
651 select DEBUG_OMAP2PLUS_UART
652
653 config DEBUG_OMAP4UART4
654 bool "Kernel low-level debugging messages via OMAP4/5 UART4"
655 depends on ARCH_OMAP2PLUS
656 select DEBUG_OMAP2PLUS_UART
657
Daniel Thompsonc26b9992015-01-09 18:33:50 +0100658 config DEBUG_OMAP7XXUART1
659 bool "Kernel low-level debugging via OMAP730 UART1"
660 depends on ARCH_OMAP730
661 select DEBUG_UART_8250
662 help
663 Say Y here if you want kernel low-level debugging support
664 on OMAP730 based platforms on the UART1.
665
666 config DEBUG_OMAP7XXUART2
667 bool "Kernel low-level debugging via OMAP730 UART2"
668 depends on ARCH_OMAP730
669 select DEBUG_UART_8250
670 help
671 Say Y here if you want kernel low-level debugging support
672 on OMAP730 based platforms on the UART2.
673
674 config DEBUG_OMAP7XXUART3
675 bool "Kernel low-level debugging via OMAP730 UART3"
676 depends on ARCH_OMAP730
677 select DEBUG_UART_8250
678 help
679 Say Y here if you want kernel low-level debugging support
680 on OMAP730 based platforms on the UART3.
681
Russell Kingcce278d2013-07-06 14:23:30 +0100682 config DEBUG_TI81XXUART1
683 bool "Kernel low-level debugging messages via TI81XX UART1 (ti8148evm)"
684 depends on ARCH_OMAP2PLUS
685 select DEBUG_OMAP2PLUS_UART
686
687 config DEBUG_TI81XXUART2
688 bool "Kernel low-level debugging messages via TI81XX UART2"
689 depends on ARCH_OMAP2PLUS
690 select DEBUG_OMAP2PLUS_UART
691
692 config DEBUG_TI81XXUART3
693 bool "Kernel low-level debugging messages via TI81XX UART3 (ti8168evm)"
694 depends on ARCH_OMAP2PLUS
695 select DEBUG_OMAP2PLUS_UART
696
697 config DEBUG_AM33XXUART1
698 bool "Kernel low-level debugging messages via AM33XX UART1"
699 depends on ARCH_OMAP2PLUS
700 select DEBUG_OMAP2PLUS_UART
701
702 config DEBUG_ZOOM_UART
703 bool "Kernel low-level debugging messages via Zoom2/3 UART"
704 depends on ARCH_OMAP2PLUS
705 select DEBUG_OMAP2PLUS_UART
Tony Lindgren808b7e02013-01-11 11:24:19 -0800706
Rob Herring59bba2a2012-09-06 14:14:46 -0500707 config DEBUG_PICOXCELL_UART
708 depends on ARCH_PICOXCELL
709 bool "Use PicoXcell UART for low-level debug"
Russell King0b4cccb2013-07-07 11:42:46 +0100710 select DEBUG_UART_8250
Rob Herring59bba2a2012-09-06 14:14:46 -0500711 help
712 Say Y here if you want kernel low-level debugging support
713 on PicoXcell based platforms.
714
Haojian Zhuang0a43cd3b2013-04-10 11:17:04 +0800715 config DEBUG_PXA_UART1
716 depends on ARCH_PXA
717 bool "Use PXA UART1 for low-level debug"
Russell King4a0036472013-07-06 23:13:15 +0100718 select DEBUG_UART_8250
Haojian Zhuang0a43cd3b2013-04-10 11:17:04 +0800719 help
720 Say Y here if you want kernel low-level debugging support
721 on PXA UART1.
722
Russell Kinge76f4752011-11-23 17:44:05 +0000723 config DEBUG_REALVIEW_STD_PORT
724 bool "RealView Default UART"
725 depends on ARCH_REALVIEW
Russell King5c972af2013-07-07 12:32:16 +0100726 select DEBUG_UART_PL01X
Russell Kinge76f4752011-11-23 17:44:05 +0000727 help
728 Say Y here if you want the debug print routines to direct
729 their output to the serial port on RealView EB, PB11MP, PBA8
730 and PBX platforms.
731
732 config DEBUG_REALVIEW_PB1176_PORT
733 bool "RealView PB1176 UART"
734 depends on MACH_REALVIEW_PB1176
Russell King5c972af2013-07-07 12:32:16 +0100735 select DEBUG_UART_PL01X
Russell Kinge76f4752011-11-23 17:44:05 +0000736 help
737 Say Y here if you want the debug print routines to direct
738 their output to the standard serial port on the RealView
739 PB1176 platform.
740
Russell Kingcce278d2013-07-06 14:23:30 +0100741 config DEBUG_RK29_UART0
742 bool "Kernel low-level debugging messages via Rockchip RK29 UART0"
Heiko Stuebner38bd6892013-05-28 22:13:52 +0200743 depends on ARCH_ROCKCHIP
Russell King4a0036472013-07-06 23:13:15 +0100744 select DEBUG_UART_8250
Russell Kingcce278d2013-07-06 14:23:30 +0100745 help
746 Say Y here if you want kernel low-level debugging support
747 on Rockchip based platforms.
748
749 config DEBUG_RK29_UART1
750 bool "Kernel low-level debugging messages via Rockchip RK29 UART1"
751 depends on ARCH_ROCKCHIP
Russell King4a0036472013-07-06 23:13:15 +0100752 select DEBUG_UART_8250
Russell Kingcce278d2013-07-06 14:23:30 +0100753 help
754 Say Y here if you want kernel low-level debugging support
755 on Rockchip based platforms.
756
757 config DEBUG_RK29_UART2
758 bool "Kernel low-level debugging messages via Rockchip RK29 UART2"
759 depends on ARCH_ROCKCHIP
Russell King4a0036472013-07-06 23:13:15 +0100760 select DEBUG_UART_8250
Russell Kingcce278d2013-07-06 14:23:30 +0100761 help
762 Say Y here if you want kernel low-level debugging support
763 on Rockchip based platforms.
764
765 config DEBUG_RK3X_UART0
Heiko Stuebneraa9c4f72014-07-16 17:08:14 +0200766 bool "Kernel low-level debugging messages via Rockchip RK30/RK31 UART0"
Russell Kingcce278d2013-07-06 14:23:30 +0100767 depends on ARCH_ROCKCHIP
Russell King4a0036472013-07-06 23:13:15 +0100768 select DEBUG_UART_8250
Russell Kingcce278d2013-07-06 14:23:30 +0100769 help
770 Say Y here if you want kernel low-level debugging support
771 on Rockchip based platforms.
772
773 config DEBUG_RK3X_UART1
Heiko Stuebneraa9c4f72014-07-16 17:08:14 +0200774 bool "Kernel low-level debugging messages via Rockchip RK30/RK31 UART1"
Russell Kingcce278d2013-07-06 14:23:30 +0100775 depends on ARCH_ROCKCHIP
Russell King4a0036472013-07-06 23:13:15 +0100776 select DEBUG_UART_8250
Russell Kingcce278d2013-07-06 14:23:30 +0100777 help
778 Say Y here if you want kernel low-level debugging support
779 on Rockchip based platforms.
780
781 config DEBUG_RK3X_UART2
Heiko Stuebneraa9c4f72014-07-16 17:08:14 +0200782 bool "Kernel low-level debugging messages via Rockchip RK30/RK31 UART2"
Russell Kingcce278d2013-07-06 14:23:30 +0100783 depends on ARCH_ROCKCHIP
Russell King4a0036472013-07-06 23:13:15 +0100784 select DEBUG_UART_8250
Russell Kingcce278d2013-07-06 14:23:30 +0100785 help
786 Say Y here if you want kernel low-level debugging support
787 on Rockchip based platforms.
788
789 config DEBUG_RK3X_UART3
Heiko Stuebneraa9c4f72014-07-16 17:08:14 +0200790 bool "Kernel low-level debugging messages via Rockchip RK30/RK31 UART3"
Russell Kingcce278d2013-07-06 14:23:30 +0100791 depends on ARCH_ROCKCHIP
Russell King4a0036472013-07-06 23:13:15 +0100792 select DEBUG_UART_8250
Heiko Stuebner38bd6892013-05-28 22:13:52 +0200793 help
794 Say Y here if you want kernel low-level debugging support
795 on Rockchip based platforms.
796
Heiko Stuebnerefd02ee2014-06-28 13:31:17 +0200797 config DEBUG_RK32_UART2
798 bool "Kernel low-level debugging messages via Rockchip RK32 UART2"
799 depends on ARCH_ROCKCHIP
800 select DEBUG_UART_8250
801 help
802 Say Y here if you want kernel low-level debugging support
803 on Rockchip RK32xx based platforms.
804
Geert Uytterhoeven7a2071c2014-11-14 16:49:47 +0100805 config DEBUG_R7S72100_SCIF2
806 bool "Kernel low-level debugging messages via SCIF2 on R7S72100"
807 depends on ARCH_R7S72100
808 help
809 Say Y here if you want kernel low-level debugging support
810 via SCIF2 on Renesas RZ/A1H (R7S72100).
811
812 config DEBUG_RCAR_GEN1_SCIF0
813 bool "Kernel low-level debugging messages via SCIF0 on R8A7778"
814 depends on ARCH_R8A7778
815 help
816 Say Y here if you want kernel low-level debugging support
817 via SCIF0 on Renesas R-Car M1A (R8A7778).
818
819 config DEBUG_RCAR_GEN1_SCIF2
820 bool "Kernel low-level debugging messages via SCIF2 on R8A7779"
821 depends on ARCH_R8A7779
822 help
823 Say Y here if you want kernel low-level debugging support
824 via SCIF2 on Renesas R-Car H1 (R8A7779).
825
826 config DEBUG_RCAR_GEN2_SCIF0
Geert Uytterhoevene2fd51b2015-02-26 11:29:35 +0100827 bool "Kernel low-level debugging messages via SCIF0 on R8A7790/R8A7791/R8A7793"
Geert Uytterhoeven7a2071c2014-11-14 16:49:47 +0100828 depends on ARCH_R8A7790 || ARCH_R8A7791 || ARCH_R8A7793
829 help
830 Say Y here if you want kernel low-level debugging support
831 via SCIF0 on Renesas R-Car H2 (R8A7790), M2-W (R8A7791), or
832 M2-N (R8A7793).
833
834 config DEBUG_RCAR_GEN2_SCIF2
835 bool "Kernel low-level debugging messages via SCIF2 on R8A7794"
836 depends on ARCH_R8A7794
837 help
838 Say Y here if you want kernel low-level debugging support
839 via SCIF2 on Renesas R-Car E2 (R8A7794).
840
841 config DEBUG_RMOBILE_SCIFA0
Magnus Damm59b89af2015-01-26 15:19:20 +0900842 bool "Kernel low-level debugging messages via SCIFA0 on R8A73A4"
843 depends on ARCH_R8A73A4
Geert Uytterhoeven7a2071c2014-11-14 16:49:47 +0100844 help
845 Say Y here if you want kernel low-level debugging support
Magnus Damm59b89af2015-01-26 15:19:20 +0900846 via SCIFA0 on Renesas R-Mobile APE6 (R8A73A4).
Geert Uytterhoeven7a2071c2014-11-14 16:49:47 +0100847
848 config DEBUG_RMOBILE_SCIFA1
849 bool "Kernel low-level debugging messages via SCIFA1 on R8A7740"
850 depends on ARCH_R8A7740
851 help
852 Say Y here if you want kernel low-level debugging support
853 via SCIFA1 on Renesas R-Mobile A1 (R8A7740).
854
855 config DEBUG_RMOBILE_SCIFA4
856 bool "Kernel low-level debugging messages via SCIFA4 on SH73A0"
857 depends on ARCH_SH73A0
858 help
859 Say Y here if you want kernel low-level debugging support
860 via SCIFA4 on Renesas SH-Mobile AG5 (SH73A0).
861
Russell Kinge76f4752011-11-23 17:44:05 +0000862 config DEBUG_S3C_UART0
863 depends on PLAT_SAMSUNG
Arnd Bergmanna2e40712013-03-04 18:03:10 +0100864 select DEBUG_EXYNOS_UART if ARCH_EXYNOS
Heiko Stuebner1899de22014-05-16 06:59:18 +0900865 select DEBUG_S3C24XX_UART if ARCH_S3C24XX
Tomasz Figa7bab7d9e2014-07-03 14:39:41 +0200866 select DEBUG_S5PV210_UART if ARCH_S5PV210
Sachin Kamat5cc8a012014-07-05 06:27:45 +0900867 bool "Use Samsung S3C UART 0 for low-level debug"
Russell Kinge76f4752011-11-23 17:44:05 +0000868 help
869 Say Y here if you want the debug print routines to direct
870 their output to UART 0. The port must have been initialised
871 by the boot-loader before use.
872
Russell Kinge76f4752011-11-23 17:44:05 +0000873 config DEBUG_S3C_UART1
874 depends on PLAT_SAMSUNG
Arnd Bergmanna2e40712013-03-04 18:03:10 +0100875 select DEBUG_EXYNOS_UART if ARCH_EXYNOS
Heiko Stuebner1899de22014-05-16 06:59:18 +0900876 select DEBUG_S3C24XX_UART if ARCH_S3C24XX
Tomasz Figa7bab7d9e2014-07-03 14:39:41 +0200877 select DEBUG_S5PV210_UART if ARCH_S5PV210
Sachin Kamat5cc8a012014-07-05 06:27:45 +0900878 bool "Use Samsung S3C UART 1 for low-level debug"
Russell Kinge76f4752011-11-23 17:44:05 +0000879 help
880 Say Y here if you want the debug print routines to direct
881 their output to UART 1. The port must have been initialised
882 by the boot-loader before use.
883
Russell Kinge76f4752011-11-23 17:44:05 +0000884 config DEBUG_S3C_UART2
885 depends on PLAT_SAMSUNG
Arnd Bergmanna2e40712013-03-04 18:03:10 +0100886 select DEBUG_EXYNOS_UART if ARCH_EXYNOS
Heiko Stuebner1899de22014-05-16 06:59:18 +0900887 select DEBUG_S3C24XX_UART if ARCH_S3C24XX
Tomasz Figa7bab7d9e2014-07-03 14:39:41 +0200888 select DEBUG_S5PV210_UART if ARCH_S5PV210
Sachin Kamat5cc8a012014-07-05 06:27:45 +0900889 bool "Use Samsung S3C UART 2 for low-level debug"
Russell Kinge76f4752011-11-23 17:44:05 +0000890 help
891 Say Y here if you want the debug print routines to direct
892 their output to UART 2. The port must have been initialised
893 by the boot-loader before use.
894
Olof Johansson5fa23dd2012-11-22 14:24:04 +0900895 config DEBUG_S3C_UART3
Tomasz Figa7bab7d9e2014-07-03 14:39:41 +0200896 depends on PLAT_SAMSUNG && (ARCH_EXYNOS || ARCH_S5PV210)
897 select DEBUG_EXYNOS_UART if ARCH_EXYNOS
898 select DEBUG_S5PV210_UART if ARCH_S5PV210
Sachin Kamat5cc8a012014-07-05 06:27:45 +0900899 bool "Use Samsung S3C UART 3 for low-level debug"
Olof Johansson5fa23dd2012-11-22 14:24:04 +0900900 help
901 Say Y here if you want the debug print routines to direct
902 their output to UART 3. The port must have been initialised
903 by the boot-loader before use.
904
Heiko Stuebnerdaf67df2014-05-16 06:59:18 +0900905 config DEBUG_S3C2410_UART0
906 depends on ARCH_S3C24XX
907 select DEBUG_S3C2410_UART
908 bool "Use S3C2410/S3C2412 UART 0 for low-level debug"
909 help
910 Say Y here if you want the debug print routines to direct
911 their output to UART 0. The port must have been initialised
912 by the boot-loader before use.
913
914 config DEBUG_S3C2410_UART1
915 depends on ARCH_S3C24XX
916 select DEBUG_S3C2410_UART
917 bool "Use S3C2410/S3C2412 UART 1 for low-level debug"
918 help
919 Say Y here if you want the debug print routines to direct
920 their output to UART 1. The port must have been initialised
921 by the boot-loader before use.
922
923 config DEBUG_S3C2410_UART2
924 depends on ARCH_S3C24XX
925 select DEBUG_S3C2410_UART
926 bool "Use S3C2410/S3C2412 UART 2 for low-level debug"
927 help
928 Say Y here if you want the debug print routines to direct
929 their output to UART 2. The port must have been initialised
930 by the boot-loader before use.
931
Dmitry Eremin-Solenikove6131fa2014-11-06 10:20:23 +0300932 config DEBUG_SA1100
933 depends on ARCH_SA1100
934 bool "Use SA1100 UARTs for low-level debug"
935 help
936 Say Y here if you want kernel low-level debugging support
937 on SA-11x0 UART ports. The kernel will check for the first
938 enabled UART in a sequence 3-1-2.
939
Dinh Nguyende73c162015-03-09 15:48:31 -0500940 config DEBUG_SOCFPGA_UART0
Rob Herring6111bf72012-09-06 14:11:28 -0500941 depends on ARCH_SOCFPGA
Dinh Nguyende73c162015-03-09 15:48:31 -0500942 bool "Use SOCFPGA UART0 for low-level debug"
Russell King0b4cccb2013-07-07 11:42:46 +0100943 select DEBUG_UART_8250
Rob Herring6111bf72012-09-06 14:11:28 -0500944 help
945 Say Y here if you want kernel low-level debugging support
Dinh Nguyende73c162015-03-09 15:48:31 -0500946 on SOCFPGA(Cyclone 5 and Arria 5) based platforms.
947
948 config DEBUG_SOCFPGA_UART1
949 depends on ARCH_SOCFPGA
950 bool "Use SOCFPGA UART1 for low-level debug"
951 select DEBUG_UART_8250
952 help
953 Say Y here if you want kernel low-level debugging support
954 on SOCFPGA(Arria 10) based platforms.
955
Rob Herring6111bf72012-09-06 14:11:28 -0500956
Chen-Yu Tsaid4da8892014-09-24 22:48:56 +0800957 config DEBUG_SUN9I_UART0
958 bool "Kernel low-level debugging messages via sun9i UART0"
959 depends on MACH_SUN9I
960 select DEBUG_UART_8250
961 help
962 Say Y here if you want kernel low-level debugging support
963 on Allwinner A80 based platforms on the UART0.
964
Stefan Roeseaa251152012-11-19 12:09:41 +0100965 config DEBUG_SUNXI_UART0
966 bool "Kernel low-level debugging messages via sunXi UART0"
967 depends on ARCH_SUNXI
Russell King4a0036472013-07-06 23:13:15 +0100968 select DEBUG_UART_8250
Stefan Roeseaa251152012-11-19 12:09:41 +0100969 help
970 Say Y here if you want kernel low-level debugging support
971 on Allwinner A1X based platforms on the UART0.
972
Maxime Ripardcb84fa12012-11-08 12:40:49 +0100973 config DEBUG_SUNXI_UART1
974 bool "Kernel low-level debugging messages via sunXi UART1"
975 depends on ARCH_SUNXI
Russell King4a0036472013-07-06 23:13:15 +0100976 select DEBUG_UART_8250
Maxime Ripardcb84fa12012-11-08 12:40:49 +0100977 help
978 Say Y here if you want kernel low-level debugging support
979 on Allwinner A1X based platforms on the UART1.
980
Chen-Yu Tsaic4718542014-06-20 22:52:51 +0800981 config DEBUG_SUNXI_R_UART
982 bool "Kernel low-level debugging messages via sunXi R_UART"
983 depends on MACH_SUN6I || MACH_SUN8I
984 select DEBUG_UART_8250
985 help
986 Say Y here if you want kernel low-level debugging support
987 on Allwinner A31/A23 based platforms on the R_UART.
988
Russell Kingcce278d2013-07-06 14:23:30 +0100989 config TEGRA_DEBUG_UART_AUTO_ODMDATA
990 bool "Kernel low-level debugging messages via Tegra UART via ODMDATA"
Stephen Warren46067802012-09-25 15:54:56 -0600991 depends on ARCH_TEGRA
Russell Kingcce278d2013-07-06 14:23:30 +0100992 select DEBUG_TEGRA_UART
993 help
994 Automatically determines which UART to use for low-level
995 debug based on the ODMDATA value. This value is part of
996 the BCT, and is written to the boot memory device using
997 nvflash, or other flashing tool. When bits 19:18 are 3,
998 then bits 17:15 indicate which UART to use; 0/1/2/3/4
999 are UART A/B/C/D/E.
1000
1001 config TEGRA_DEBUG_UARTA
1002 bool "Kernel low-level debugging messages via Tegra UART A"
1003 depends on ARCH_TEGRA
1004 select DEBUG_TEGRA_UART
1005 help
1006 Say Y here if you want kernel low-level debugging support
1007 on Tegra based platforms.
1008
1009 config TEGRA_DEBUG_UARTB
1010 bool "Kernel low-level debugging messages via Tegra UART B"
1011 depends on ARCH_TEGRA
1012 select DEBUG_TEGRA_UART
1013 help
1014 Say Y here if you want kernel low-level debugging support
1015 on Tegra based platforms.
1016
1017 config TEGRA_DEBUG_UARTC
1018 bool "Kernel low-level debugging messages via Tegra UART C"
1019 depends on ARCH_TEGRA
1020 select DEBUG_TEGRA_UART
1021 help
1022 Say Y here if you want kernel low-level debugging support
1023 on Tegra based platforms.
1024
1025 config TEGRA_DEBUG_UARTD
1026 bool "Kernel low-level debugging messages via Tegra UART D"
1027 depends on ARCH_TEGRA
1028 select DEBUG_TEGRA_UART
1029 help
1030 Say Y here if you want kernel low-level debugging support
1031 on Tegra based platforms.
1032
1033 config TEGRA_DEBUG_UARTE
1034 bool "Kernel low-level debugging messages via Tegra UART E"
1035 depends on ARCH_TEGRA
1036 select DEBUG_TEGRA_UART
Stephen Warren46067802012-09-25 15:54:56 -06001037 help
1038 Say Y here if you want kernel low-level debugging support
1039 on Tegra based platforms.
1040
Barry Song7f46a102012-12-20 19:45:25 +08001041 config DEBUG_SIRFPRIMA2_UART1
1042 bool "Kernel low-level debugging messages via SiRFprimaII UART1"
1043 depends on ARCH_PRIMA2
Guo Zeng01ea63d2015-01-04 17:40:54 +08001044 select DEBUG_SIRFSOC_UART
Barry Song7f46a102012-12-20 19:45:25 +08001045 help
1046 Say Y here if you want the debug print routines to direct
1047 their output to the uart1 port on SiRFprimaII devices.
1048
Guo Zeng01ea63d2015-01-04 17:40:54 +08001049 config DEBUG_SIRFATLAS7_UART0
1050 bool "Kernel low-level debugging messages via SiRFatlas7 UART0"
1051 depends on ARCH_ATLAS7
1052 select DEBUG_SIRFSOC_UART
Barry Song7f46a102012-12-20 19:45:25 +08001053 help
1054 Say Y here if you want the debug print routines to direct
Guo Zeng01ea63d2015-01-04 17:40:54 +08001055 their output to the uart0 port on SiRFATLAS7 devices.The uart0
1056 is used on SiRFATLAS7 as a extra debug port.sometimes an extra
1057 debug port can be very useful.
1058
1059 config DEBUG_SIRFATLAS7_UART1
1060 bool "Kernel low-level debugging messages via SiRFatlas7 UART1"
1061 depends on ARCH_ATLAS7
1062 select DEBUG_SIRFSOC_UART
1063 help
1064 Say Y here if you want the debug print routines to direct
1065 their output to the uart1 port on SiRFATLAS7 devices.
Barry Song7f46a102012-12-20 19:45:25 +08001066
Russell Kingcce278d2013-07-06 14:23:30 +01001067 config STIH41X_DEBUG_ASC2
1068 bool "Use StiH415/416 ASC2 UART for low-level debug"
Arnd Bergmann5562b802013-07-05 16:08:44 +02001069 depends on ARCH_STI
Russell Kingcce278d2013-07-06 14:23:30 +01001070 select DEBUG_STI_UART
Arnd Bergmann5562b802013-07-05 16:08:44 +02001071 help
1072 Say Y here if you want kernel low-level debugging support
Russell Kingcce278d2013-07-06 14:23:30 +01001073 on STiH415/416 based platforms like b2000, which has
1074 default UART wired up to ASC2.
1075
1076 If unsure, say N.
1077
1078 config STIH41X_DEBUG_SBC_ASC1
1079 bool "Use StiH415/416 SBC ASC1 UART for low-level debug"
1080 depends on ARCH_STI
1081 select DEBUG_STI_UART
1082 help
1083 Say Y here if you want kernel low-level debugging support
1084 on STiH415/416 based platforms like b2020. which has
1085 default UART wired up to SBC ASC1.
Arnd Bergmann5562b802013-07-05 16:08:44 +02001086
1087 If unsure, say N.
1088
Linus Walleijdd324da2013-05-02 16:34:19 +02001089 config DEBUG_U300_UART
1090 bool "Kernel low-level debugging messages via U300 UART0"
1091 depends on ARCH_U300
Russell King5c972af2013-07-07 12:32:16 +01001092 select DEBUG_UART_PL01X
Linus Walleijdd324da2013-05-02 16:34:19 +02001093 help
1094 Say Y here if you want the debug print routines to direct
1095 their output to the uart port on U300 devices.
1096
Linus Walleijf87b95d2013-03-19 11:01:36 +01001097 config DEBUG_UX500_UART
1098 depends on ARCH_U8500
1099 bool "Use Ux500 UART for low-level debug"
1100 help
1101 Say Y here if you want kernel low-level debugging support
1102 on Ux500 based platforms.
1103
Matthias Bruggerd6682082014-08-18 16:58:00 +02001104 config DEBUG_MT6589_UART0
1105 bool "Mediatek mt6589 UART0"
1106 depends on ARCH_MEDIATEK
1107 select DEBUG_UART_8250
1108 help
1109 Say Y here if you want kernel low-level debugging support
1110 for Mediatek mt6589 based platforms on UART0.
1111
Joe.C65ec48c2014-11-04 15:30:54 +08001112 config DEBUG_MT8127_UART0
Matthias Brugger60851d72015-01-14 09:42:02 +01001113 bool "Mediatek mt8127/mt6592 UART0"
Joe.C65ec48c2014-11-04 15:30:54 +08001114 depends on ARCH_MEDIATEK
1115 select DEBUG_UART_8250
1116 help
1117 Say Y here if you want kernel low-level debugging support
1118 for Mediatek mt8127 based platforms on UART0.
1119
1120 config DEBUG_MT8135_UART3
1121 bool "Mediatek mt8135 UART3"
1122 depends on ARCH_MEDIATEK
1123 select DEBUG_UART_8250
1124 help
1125 Say Y here if you want kernel low-level debugging support
1126 for Mediatek mt8135 based platforms on UART3.
1127
Pawel Moll1b820ea2012-07-11 17:07:25 +01001128 config DEBUG_VEXPRESS_UART0_DETECT
1129 bool "Autodetect UART0 on Versatile Express Cortex-A core tiles"
1130 depends on ARCH_VEXPRESS && CPU_CP15_MMU
1131 help
1132 This option enables a simple heuristic which tries to determine
1133 the motherboard's memory map variant (original or RS1) and then
1134 choose the relevant UART0 base address.
1135
1136 Note that this will only work with standard A-class core tiles,
1137 and may fail with non-standard SMM or custom software models.
1138
1139 config DEBUG_VEXPRESS_UART0_CA9
1140 bool "Use PL011 UART0 at 0x10009000 (V2P-CA9 core tile)"
1141 depends on ARCH_VEXPRESS
Russell King5c972af2013-07-07 12:32:16 +01001142 select DEBUG_UART_PL01X
Pawel Moll1b820ea2012-07-11 17:07:25 +01001143 help
1144 This option selects UART0 at 0x10009000. Except for custom models,
1145 this applies only to the V2P-CA9 tile.
1146
1147 config DEBUG_VEXPRESS_UART0_RS1
1148 bool "Use PL011 UART0 at 0x1c090000 (RS1 complaint tiles)"
1149 depends on ARCH_VEXPRESS
Russell King5c972af2013-07-07 12:32:16 +01001150 select DEBUG_UART_PL01X
Pawel Moll1b820ea2012-07-11 17:07:25 +01001151 help
1152 This option selects UART0 at 0x1c090000. This applies to most
1153 of the tiles using the RS1 memory map, including all new A-class
1154 core tiles, FPGA-based SMMs and software models.
1155
Jonathan Austined18bdc2012-08-30 13:46:44 +01001156 config DEBUG_VEXPRESS_UART0_CRX
1157 bool "Use PL011 UART0 at 0xb0090000 (Cortex-R compliant tiles)"
1158 depends on ARCH_VEXPRESS && !MMU
Russell King5c972af2013-07-07 12:32:16 +01001159 select DEBUG_UART_PL01X
Jonathan Austined18bdc2012-08-30 13:46:44 +01001160 help
1161 This option selects UART0 at 0xb0090000. This is appropriate for
1162 Cortex-R series tiles and SMMs, such as Cortex-R5 and Cortex-R7
1163
Tony Priskb61a2722012-12-28 12:09:18 +13001164 config DEBUG_VT8500_UART0
1165 bool "Use UART0 on VIA/Wondermedia SoCs"
1166 depends on ARCH_VT8500
1167 help
1168 This option selects UART0 on VIA/Wondermedia System-on-a-chip
1169 devices, including VT8500, WM8505, WM8650 and WM8850.
1170
Russell Kinge76f4752011-11-23 17:44:05 +00001171 config DEBUG_ICEDCC
1172 bool "Kernel low-level debugging via EmbeddedICE DCC channel"
1173 help
1174 Say Y here if you want the debug print routines to direct
1175 their output to the EmbeddedICE macrocell's DCC channel using
1176 co-processor 14. This is known to work on the ARM9 style ICE
1177 channel and on the XScale with the PEEDI.
1178
1179 Note that the system will appear to hang during boot if there
1180 is nothing connected to read from the DCC.
1181
Russell Kingb0df8982012-03-27 11:30:31 +01001182 config DEBUG_SEMIHOSTING
Stephen Boyd62194bd2012-09-06 21:24:32 +01001183 bool "Kernel low-level debug output via semihosting I/O"
Russell Kingb0df8982012-03-27 11:30:31 +01001184 help
1185 Semihosting enables code running on an ARM target to use
1186 the I/O facilities on a host debugger/emulator through a
Stephen Boyd62194bd2012-09-06 21:24:32 +01001187 simple SVC call. The host debugger or emulator must have
Russell Kingb0df8982012-03-27 11:30:31 +01001188 semihosting enabled for the special svc call to be trapped
1189 otherwise the kernel will crash.
1190
Stephen Boyd62194bd2012-09-06 21:24:32 +01001191 This is known to work with OpenOCD, as well as
Russell Kingb0df8982012-03-27 11:30:31 +01001192 ARM's Fast Models, or any other controlling environment
1193 that implements semihosting.
1194
1195 For more details about semihosting, please see
1196 chapter 8 of DUI0203I_rvct_developer_guide.pdf from ARM Ltd.
1197
Jun Nie58d03982015-04-28 17:18:07 +08001198 config DEBUG_ZTE_ZX
1199 bool "Use ZTE ZX UART"
1200 select DEBUG_UART_PL01X
1201 depends on ARCH_ZX
1202 help
1203 Say Y here if you are enabling ZTE ZX296702 SOC and need
1204 debug uart support.
1205
1206 This option is preferred over the platform specific
1207 options; the platform specific options are deprecated
1208 and will be soon removed.
1209
Russell Kingf8f12792013-07-07 15:29:38 +01001210 config DEBUG_LL_UART_8250
1211 bool "Kernel low-level debugging via 8250 UART"
1212 help
1213 Say Y here if you wish the debug print routes to direct
1214 their output to an 8250 UART. You can use this option
1215 to provide the parameters for the 8250 UART rather than
1216 selecting one of the platform specific options above if
1217 you know the parameters for the port.
1218
1219 This option is preferred over the platform specific
1220 options; the platform specific options are deprecated
1221 and will be soon removed.
1222
Uwe Kleine-König494e4922013-10-08 16:44:17 +01001223 config DEBUG_LL_UART_EFM32
1224 bool "Kernel low-level debugging via efm32 UART"
1225 depends on ARCH_EFM32
1226 help
1227 Say Y here if you want the debug print routines to direct
1228 their output to an UART or USART port on efm32 based
1229 machines. Use the following addresses for DEBUG_UART_PHYS:
1230
1231 0x4000c000 | USART0
1232 0x4000c400 | USART1
1233 0x4000c800 | USART2
1234 0x4000e000 | UART0
1235 0x4000e400 | UART1
1236
Russell Kingf8f12792013-07-07 15:29:38 +01001237 config DEBUG_LL_UART_PL01X
1238 bool "Kernel low-level debugging via ARM Ltd PL01x Primecell UART"
1239 help
1240 Say Y here if you wish the debug print routes to direct
1241 their output to a PL01x Primecell UART. You can use
1242 this option to provide the parameters for the UART
1243 rather than selecting one of the platform specific
1244 options above if you know the parameters for the port.
1245
1246 This option is preferred over the platform specific
1247 options; the platform specific options are deprecated
1248 and will be soon removed.
1249
Linus Torvalds1da177e2005-04-16 15:20:36 -07001250endchoice
1251
Nicolas Ferre42dfd1e2015-01-20 11:38:02 +01001252config DEBUG_AT91_UART
1253 bool
1254 depends on ARCH_AT91
1255
Arnd Bergmanna2e40712013-03-04 18:03:10 +01001256config DEBUG_EXYNOS_UART
1257 bool
1258
Heiko Stuebnerdaf67df2014-05-16 06:59:18 +09001259config DEBUG_S3C2410_UART
1260 bool
Heiko Stuebner1899de22014-05-16 06:59:18 +09001261 select DEBUG_S3C24XX_UART
1262
1263config DEBUG_S3C24XX_UART
1264 bool
Heiko Stuebnerdaf67df2014-05-16 06:59:18 +09001265
Tomasz Figa7bab7d9e2014-07-03 14:39:41 +02001266config DEBUG_S5PV210_UART
1267 bool
1268
Russell Kingcce278d2013-07-06 14:23:30 +01001269config DEBUG_OMAP2PLUS_UART
1270 bool
1271 depends on ARCH_OMAP2PLUS
1272
Shawn Guof8c95fe2012-12-12 19:03:53 +08001273config DEBUG_IMX_UART_PORT
1274 int "i.MX Debug UART Port Selection" if DEBUG_IMX1_UART || \
1275 DEBUG_IMX25_UART || \
1276 DEBUG_IMX21_IMX27_UART || \
1277 DEBUG_IMX31_UART || \
1278 DEBUG_IMX35_UART || \
Greg Ungererad364a72013-10-29 15:15:51 +10001279 DEBUG_IMX50_UART || \
Shawn Guof8c95fe2012-12-12 19:03:53 +08001280 DEBUG_IMX51_UART || \
Paul Bolle0c52db72013-03-11 14:16:00 +01001281 DEBUG_IMX53_UART || \
Shawn Guo34e8a162013-05-03 11:21:03 +08001282 DEBUG_IMX6Q_UART || \
Shawn Guo74368e82014-05-11 21:53:48 +08001283 DEBUG_IMX6SL_UART || \
Anson Huang52d7aec2015-05-06 23:16:07 +08001284 DEBUG_IMX6SX_UART || \
Anson Huang20c305f2015-07-10 02:09:47 +08001285 DEBUG_IMX6UL_UART || \
Anson Huang52d7aec2015-05-06 23:16:07 +08001286 DEBUG_IMX7D_UART
Shawn Guo49c9e602012-10-08 13:44:29 +08001287 default 1
Shawn Guo287939a2013-03-13 10:52:49 +08001288 depends on ARCH_MXC
Shawn Guo49c9e602012-10-08 13:44:29 +08001289 help
1290 Choose UART port on which kernel low-level debug messages
1291 should be output.
1292
Stefan Agnercfdb7d52014-03-05 23:07:48 +01001293config DEBUG_VF_UART_PORT
1294 int "Vybrid Debug UART Port Selection" if DEBUG_VF_UART
1295 default 1
1296 range 0 3
1297 depends on SOC_VF610
1298 help
1299 Choose UART port on which kernel low-level debug messages
1300 should be output.
1301
Russell Kingcce278d2013-07-06 14:23:30 +01001302config DEBUG_TEGRA_UART
1303 bool
1304 depends on ARCH_TEGRA
Tony Lindgren808b7e02013-01-11 11:24:19 -08001305
Russell Kingcce278d2013-07-06 14:23:30 +01001306config DEBUG_STI_UART
1307 bool
1308 depends on ARCH_STI
Srinivas Kandagatla5026aec2013-06-25 12:15:32 +01001309
Guo Zeng01ea63d2015-01-04 17:40:54 +08001310config DEBUG_SIRFSOC_UART
1311 bool
1312 depends on ARCH_SIRF
1313
Rob Herring91a9fec2012-08-31 00:03:46 -05001314config DEBUG_LL_INCLUDE
1315 string
Dmitry Eremin-Solenikove6131fa2014-11-06 10:20:23 +03001316 default "debug/sa1100.S" if DEBUG_SA1100
Russell Kingf8f12792013-07-07 15:29:38 +01001317 default "debug/8250.S" if DEBUG_LL_UART_8250 || DEBUG_UART_8250
Nicolas Ferre42dfd1e2015-01-20 11:38:02 +01001318 default "debug/at91.S" if DEBUG_AT91_UART
Oleksij Rempeld5bd4e8d2014-11-24 12:08:28 +01001319 default "debug/asm9260.S" if DEBUG_ASM9260_UART
Alexander Shiyandd99eef2014-06-19 19:26:34 +04001320 default "debug/clps711x.S" if DEBUG_CLPS711X_UART1 || DEBUG_CLPS711X_UART2
Carlo Caioned8a00912014-09-09 21:38:00 +02001321 default "debug/meson.S" if DEBUG_MESON_UARTAO
Russell Kingf8f12792013-07-07 15:29:38 +01001322 default "debug/pl01x.S" if DEBUG_LL_UART_PL01X || DEBUG_UART_PL01X
Arnd Bergmanna2e40712013-03-04 18:03:10 +01001323 default "debug/exynos.S" if DEBUG_EXYNOS_UART
Uwe Kleine-König494e4922013-10-08 16:44:17 +01001324 default "debug/efm32.S" if DEBUG_LL_UART_EFM32
Rob Herring91a9fec2012-08-31 00:03:46 -05001325 default "debug/icedcc.S" if DEBUG_ICEDCC
Shawn Guo6dde5ac2012-09-16 20:50:45 +08001326 default "debug/imx.S" if DEBUG_IMX1_UART || \
1327 DEBUG_IMX25_UART || \
1328 DEBUG_IMX21_IMX27_UART || \
Shawn Guo4ad625d2012-12-12 18:54:01 +08001329 DEBUG_IMX31_UART || \
1330 DEBUG_IMX35_UART || \
Greg Ungererad364a72013-10-29 15:15:51 +10001331 DEBUG_IMX50_UART || \
Shawn Guo6dde5ac2012-09-16 20:50:45 +08001332 DEBUG_IMX51_UART || \
Fabio Estevam7356420c2013-01-22 10:40:55 -02001333 DEBUG_IMX53_UART ||\
Shawn Guo34e8a162013-05-03 11:21:03 +08001334 DEBUG_IMX6Q_UART || \
Shawn Guo74368e82014-05-11 21:53:48 +08001335 DEBUG_IMX6SL_UART || \
Anson Huang52d7aec2015-05-06 23:16:07 +08001336 DEBUG_IMX6SX_UART || \
Anson Huang20c305f2015-07-10 02:09:47 +08001337 DEBUG_IMX6UL_UART || \
Anson Huang52d7aec2015-05-06 23:16:07 +08001338 DEBUG_IMX7D_UART
Daniel Thompsonabbfb212015-01-09 18:33:36 +01001339 default "debug/ks8695.S" if DEBUG_KS8695_UART
Stephen Boydc0c89fa2015-03-13 11:09:34 -07001340 default "debug/msm.S" if DEBUG_QCOM_UARTDM
Daniel Thompson4d31e662015-01-09 18:34:03 +01001341 default "debug/netx.S" if DEBUG_NETX_UART
Tony Lindgren808b7e02013-01-11 11:24:19 -08001342 default "debug/omap2plus.S" if DEBUG_OMAP2PLUS_UART
Geert Uytterhoeven7a2071c2014-11-14 16:49:47 +01001343 default "debug/renesas-scif.S" if DEBUG_R7S72100_SCIF2
1344 default "debug/renesas-scif.S" if DEBUG_RCAR_GEN1_SCIF0
1345 default "debug/renesas-scif.S" if DEBUG_RCAR_GEN1_SCIF2
1346 default "debug/renesas-scif.S" if DEBUG_RCAR_GEN2_SCIF0
1347 default "debug/renesas-scif.S" if DEBUG_RCAR_GEN2_SCIF2
1348 default "debug/renesas-scif.S" if DEBUG_RMOBILE_SCIFA0
1349 default "debug/renesas-scif.S" if DEBUG_RMOBILE_SCIFA1
1350 default "debug/renesas-scif.S" if DEBUG_RMOBILE_SCIFA4
Heiko Stuebner2cd62bd2014-05-16 06:59:18 +09001351 default "debug/s3c24xx.S" if DEBUG_S3C24XX_UART
Tomasz Figa7bab7d9e2014-07-03 14:39:41 +02001352 default "debug/s5pv210.S" if DEBUG_S5PV210_UART
Guo Zeng01ea63d2015-01-04 17:40:54 +08001353 default "debug/sirf.S" if DEBUG_SIRFSOC_UART
Srinivas Kandagatla5026aec2013-06-25 12:15:32 +01001354 default "debug/sti.S" if DEBUG_STI_UART
Linus Torvalds150a8dc2013-05-04 12:34:30 -07001355 default "debug/tegra.S" if DEBUG_TEGRA_UART
1356 default "debug/ux500.S" if DEBUG_UX500_UART
Russell King4e218b92013-07-07 12:36:46 +01001357 default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT
Shawn Guoc7c3eac2013-05-12 17:22:17 +08001358 default "debug/vf.S" if DEBUG_VF_UART
Tony Priskb61a2722012-12-28 12:09:18 +13001359 default "debug/vt8500.S" if DEBUG_VT8500_UART0
Josh Cartwright385f02b2012-11-19 10:16:01 -06001360 default "debug/zynq.S" if DEBUG_ZYNQ_UART0 || DEBUG_ZYNQ_UART1
Florian Fainellib51312b2014-01-08 09:19:50 -08001361 default "debug/bcm63xx.S" if DEBUG_UART_BCM63XX
Baruch Siache23814d2015-01-14 10:40:31 +02001362 default "debug/digicolor.S" if DEBUG_DIGICOLOR_UA0
Rob Herring91a9fec2012-08-31 00:03:46 -05001363 default "mach/debug-macro.S"
1364
Russell Kingf8f12792013-07-07 15:29:38 +01001365# Compatibility options for PL01x
Russell King5c972af2013-07-07 12:32:16 +01001366config DEBUG_UART_PL01X
Daniel Thompsona61cbf52015-01-09 18:34:22 +01001367 bool
Russell King5c972af2013-07-07 12:32:16 +01001368
Russell Kingf8f12792013-07-07 15:29:38 +01001369# Compatibility options for 8250
Russell King7610b602013-07-06 22:59:10 +01001370config DEBUG_UART_8250
Russell King4a0036472013-07-06 23:13:15 +01001371 def_bool ARCH_DOVE || ARCH_EBSA110 || \
1372 (FOOTBRIDGE && !DEBUG_DC21285_PORT) || \
1373 ARCH_GEMINI || ARCH_IOP13XX || ARCH_IOP32X || \
Andrew Lunnba364fc2014-07-10 23:36:21 +02001374 ARCH_IOP33X || ARCH_IXP4XX || \
Russell King4a0036472013-07-06 23:13:15 +01001375 ARCH_LPC32XX || ARCH_MV78XX0 || ARCH_ORION5X || ARCH_RPC
1376
Florian Fainellib51312b2014-01-08 09:19:50 -08001377# Compatibility options for BCM63xx
1378config DEBUG_UART_BCM63XX
1379 def_bool ARCH_BCM_63XX
1380
Russell Kingc3faa9b2013-07-07 00:01:39 +01001381config DEBUG_UART_PHYS
1382 hex "Physical base address of debug UART"
Daniel Thompson4d31e662015-01-09 18:34:03 +01001383 default 0x00100a00 if DEBUG_NETX_UART
Russell King97bd1a42013-07-07 16:18:34 +01001384 default 0x01c20000 if DEBUG_DAVINCI_DMx_UART0
Russell Kingc3faa9b2013-07-07 00:01:39 +01001385 default 0x01c28000 if DEBUG_SUNXI_UART0
1386 default 0x01c28400 if DEBUG_SUNXI_UART1
Russell King97bd1a42013-07-07 16:18:34 +01001387 default 0x01d0c000 if DEBUG_DAVINCI_DA8XX_UART1
1388 default 0x01d0d000 if DEBUG_DAVINCI_DA8XX_UART2
Chen-Yu Tsaic4718542014-06-20 22:52:51 +08001389 default 0x01f02800 if DEBUG_SUNXI_R_UART
Russell Kingf2acf002013-07-07 16:05:49 +01001390 default 0x02530c00 if DEBUG_KEYSTONE_UART0
1391 default 0x02531000 if DEBUG_KEYSTONE_UART1
Russell Kingc3faa9b2013-07-07 00:01:39 +01001392 default 0x03010fe0 if ARCH_RPC
Chen-Yu Tsaid4da8892014-09-24 22:48:56 +08001393 default 0x07000000 if DEBUG_SUN9I_UART0
Jun Nie58d03982015-04-28 17:18:07 +08001394 default 0x09405000 if DEBUG_ZTE_ZX
Krzysztof Hałasab1251702014-09-16 12:35:10 +02001395 default 0x10009000 if DEBUG_REALVIEW_STD_PORT || \
Russell King5c972af2013-07-07 12:32:16 +01001396 DEBUG_VEXPRESS_UART0_CA9
1397 default 0x1010c000 if DEBUG_REALVIEW_PB1176_PORT
Russell Kingc3faa9b2013-07-07 00:01:39 +01001398 default 0x10124000 if DEBUG_RK3X_UART0
1399 default 0x10126000 if DEBUG_RK3X_UART1
Russell King5c972af2013-07-07 12:32:16 +01001400 default 0x101f1000 if ARCH_VERSATILE
1401 default 0x101fb000 if DEBUG_NOMADIK_UART
Joe.C65ec48c2014-11-04 15:30:54 +08001402 default 0x11002000 if DEBUG_MT8127_UART0
Matthias Bruggerd6682082014-08-18 16:58:00 +02001403 default 0x11006000 if DEBUG_MT6589_UART0
Joe.C65ec48c2014-11-04 15:30:54 +08001404 default 0x11009000 if DEBUG_MT8135_UART3
Russell King5c972af2013-07-07 12:32:16 +01001405 default 0x16000000 if ARCH_INTEGRATOR
Hauke Mehrtens06580272014-02-04 00:01:44 +01001406 default 0x18000300 if DEBUG_BCM_5301X
Guo Zeng01ea63d2015-01-04 17:40:54 +08001407 default 0x18010000 if DEBUG_SIRFATLAS7_UART0
1408 default 0x18020000 if DEBUG_SIRFATLAS7_UART1
Russell King5c972af2013-07-07 12:32:16 +01001409 default 0x1c090000 if DEBUG_VEXPRESS_UART0_RS1
Wang Long27dafaa2014-12-24 03:09:56 +00001410 default 0x20001000 if DEBUG_HIP01_UART
Russell Kingc3faa9b2013-07-07 00:01:39 +01001411 default 0x20060000 if DEBUG_RK29_UART0
1412 default 0x20064000 if DEBUG_RK29_UART1 || DEBUG_RK3X_UART2
1413 default 0x20068000 if DEBUG_RK29_UART2 || DEBUG_RK3X_UART3
Russell King5c972af2013-07-07 12:32:16 +01001414 default 0x20201000 if DEBUG_BCM2835
Christian Daudt753d1242013-12-23 09:00:01 +01001415 default 0x3e000000 if DEBUG_BCM_KONA_UART
Uwe Kleine-König494e4922013-10-08 16:44:17 +01001416 default 0x4000e400 if DEBUG_LL_UART_EFM32
Joachim Eastwood0aed6a32015-05-19 20:55:03 +02001417 default 0x40081000 if DEBUG_LPC18XX_UART0
Russell Kingc3faa9b2013-07-07 00:01:39 +01001418 default 0x40090000 if ARCH_LPC32XX
1419 default 0x40100000 if DEBUG_PXA_UART1
1420 default 0x42000000 if ARCH_GEMINI
Heiko Stuebner1899de22014-05-16 06:59:18 +09001421 default 0x50000000 if DEBUG_S3C24XX_UART && (DEBUG_S3C_UART0 || \
1422 DEBUG_S3C2410_UART0)
1423 default 0x50004000 if DEBUG_S3C24XX_UART && (DEBUG_S3C_UART1 || \
1424 DEBUG_S3C2410_UART1)
1425 default 0x50008000 if DEBUG_S3C24XX_UART && (DEBUG_S3C_UART2 || \
1426 DEBUG_S3C2410_UART2)
Krzysztof Hałasac3ca2132014-09-29 08:32:08 +02001427 default 0x78000000 if DEBUG_CNS3XXX
Russell Kingc3faa9b2013-07-07 00:01:39 +01001428 default 0x7c0003f8 if FOOTBRIDGE
Oleksij Rempeld5bd4e8d2014-11-24 12:08:28 +01001429 default 0x80010000 if DEBUG_ASM9260_UART
Russell King5c972af2013-07-07 12:32:16 +01001430 default 0x80070000 if DEBUG_IMX23_UART
1431 default 0x80074000 if DEBUG_IMX28_UART
Alexander Shiyanc39e1ef2014-04-12 06:07:23 +01001432 default 0x80230000 if DEBUG_PICOXCELL_UART
Russell King5c972af2013-07-07 12:32:16 +01001433 default 0x808c0000 if ARCH_EP93XX
1434 default 0x90020000 if DEBUG_NSPIRE_CLASSIC_UART || DEBUG_NSPIRE_CX_UART
Guo Zeng01ea63d2015-01-04 17:40:54 +08001435 default 0xb0060000 if DEBUG_SIRFPRIMA2_UART1
Russell King5c972af2013-07-07 12:32:16 +01001436 default 0xb0090000 if DEBUG_VEXPRESS_UART0_CRX
1437 default 0xc0013000 if DEBUG_U300_UART
Russell Kingc3faa9b2013-07-07 00:01:39 +01001438 default 0xc8000000 if ARCH_IXP4XX && !CPU_BIG_ENDIAN
1439 default 0xc8000003 if ARCH_IXP4XX && CPU_BIG_ENDIAN
Russell King0dc0e472013-07-07 16:38:18 +01001440 default 0xd0000000 if ARCH_SPEAR3XX || ARCH_SPEAR6XX
Maxime Ripardd91125d2015-01-08 18:38:03 +01001441 default 0xd0012000 if DEBUG_MVEBU_UART0
Carlo Caioned8a00912014-09-09 21:38:00 +02001442 default 0xc81004c0 if DEBUG_MESON_UARTAO
Russell Kingc3faa9b2013-07-07 00:01:39 +01001443 default 0xd4017000 if DEBUG_MMP_UART2
1444 default 0xd4018000 if DEBUG_MMP_UART3
Russell King0dc0e472013-07-07 16:38:18 +01001445 default 0xe0000000 if ARCH_SPEAR13XX
Haojian Zhuangc9a1df42013-12-20 15:01:41 +08001446 default 0xe4007000 if DEBUG_HIP04_UART
Geert Uytterhoeven7a2071c2014-11-14 16:49:47 +01001447 default 0xe6c40000 if DEBUG_RMOBILE_SCIFA0
1448 default 0xe6c50000 if DEBUG_RMOBILE_SCIFA1
1449 default 0xe6c80000 if DEBUG_RMOBILE_SCIFA4
1450 default 0xe6e58000 if DEBUG_RCAR_GEN2_SCIF2
1451 default 0xe6e60000 if DEBUG_RCAR_GEN2_SCIF0
1452 default 0xe8008000 if DEBUG_R7S72100_SCIF2
Russell Kingc3faa9b2013-07-07 00:01:39 +01001453 default 0xf0000be0 if ARCH_EBSA110
Marc Carino81b43a62014-08-13 15:50:02 -07001454 default 0xf040ab00 if DEBUG_BRCMSTB_UART
Maxime Ripardd91125d2015-01-08 18:38:03 +01001455 default 0xf1012000 if DEBUG_MVEBU_UART0_ALTERNATE
Maxime Ripardbd920492015-01-08 18:38:04 +01001456 default 0xf1012100 if DEBUG_MVEBU_UART1_ALTERNATE
Andrew Lunnba364fc2014-07-10 23:36:21 +02001457 default 0xf1012000 if ARCH_DOVE || ARCH_MV78XX0 || \
Russell Kingc3faa9b2013-07-07 00:01:39 +01001458 ARCH_ORION5X
Sebastian Hesselbarthcaad0b42013-09-09 14:10:54 +02001459 default 0xf7fc9000 if DEBUG_BERLIN_UART
Haifeng Yan12aae302014-04-11 11:40:58 +08001460 default 0xf8b00000 if DEBUG_HIX5HD2_UART
Ivan T. Ivanov7098cff2014-04-14 16:47:34 +03001461 default 0xf991e000 if DEBUG_QCOM_UARTDM
Haojian Zhuang8d258be2013-08-24 06:58:39 +01001462 default 0xfcb00000 if DEBUG_HI3620_UART
Tsahee Zidenberg3c215e62015-03-12 13:53:04 +02001463 default 0xfd883000 if DEBUG_ALPINE_UART0
Russell Kingc3faa9b2013-07-07 00:01:39 +01001464 default 0xfe800000 if ARCH_IOP32X
Heiko Stuebnerefd02ee2014-06-28 13:31:17 +02001465 default 0xff690000 if DEBUG_RK32_UART2
Dinh Nguyende73c162015-03-09 15:48:31 -05001466 default 0xffc02000 if DEBUG_SOCFPGA_UART0
1467 default 0xffc02100 if DEBUG_SOCFPGA_UART1
Russell Kingc3faa9b2013-07-07 00:01:39 +01001468 default 0xffd82340 if ARCH_IOP13XX
Geert Uytterhoeven7a2071c2014-11-14 16:49:47 +01001469 default 0xffe40000 if DEBUG_RCAR_GEN1_SCIF0
1470 default 0xffe42000 if DEBUG_RCAR_GEN1_SCIF2
Russell King5c972af2013-07-07 12:32:16 +01001471 default 0xfff36000 if DEBUG_HIGHBANK_UART
Daniel Thompsonc26b9992015-01-09 18:33:50 +01001472 default 0xfffb0000 if DEBUG_OMAP1UART1 || DEBUG_OMAP7XXUART1
1473 default 0xfffb0800 if DEBUG_OMAP1UART2 || DEBUG_OMAP7XXUART2
1474 default 0xfffb9800 if DEBUG_OMAP1UART3 || DEBUG_OMAP7XXUART3
Florian Fainellib51312b2014-01-08 09:19:50 -08001475 default 0xfffe8600 if DEBUG_UART_BCM63XX
Russell Kingc3faa9b2013-07-07 00:01:39 +01001476 default 0xfffff700 if ARCH_IOP33X
Daniel Thompsond02fde72015-01-09 18:34:12 +01001477 depends on ARCH_EP93XX || \
1478 DEBUG_LL_UART_8250 || DEBUG_LL_UART_PL01X || \
Uwe Kleine-König494e4922013-10-08 16:44:17 +01001479 DEBUG_LL_UART_EFM32 || \
Carlo Caioned8a00912014-09-09 21:38:00 +02001480 DEBUG_UART_8250 || DEBUG_UART_PL01X || DEBUG_MESON_UARTAO || \
Stephen Boydc0c89fa2015-03-13 11:09:34 -07001481 DEBUG_NETX_UART || \
Daniel Thompson4d31e662015-01-09 18:34:03 +01001482 DEBUG_QCOM_UARTDM || DEBUG_R7S72100_SCIF2 || \
Geert Uytterhoeven7a2071c2014-11-14 16:49:47 +01001483 DEBUG_RCAR_GEN1_SCIF0 || DEBUG_RCAR_GEN1_SCIF2 || \
1484 DEBUG_RCAR_GEN2_SCIF0 || DEBUG_RCAR_GEN2_SCIF2 || \
1485 DEBUG_RMOBILE_SCIFA0 || DEBUG_RMOBILE_SCIFA1 || \
1486 DEBUG_RMOBILE_SCIFA4 || DEBUG_S3C24XX_UART || \
Guo Zeng01ea63d2015-01-04 17:40:54 +08001487 DEBUG_UART_BCM63XX || DEBUG_ASM9260_UART || \
Baruch Siache23814d2015-01-14 10:40:31 +02001488 DEBUG_SIRFSOC_UART || DEBUG_DIGICOLOR_UA0
Russell Kingc3faa9b2013-07-07 00:01:39 +01001489
1490config DEBUG_UART_VIRT
1491 hex "Virtual base address of debug UART"
Daniel Thompson4d31e662015-01-09 18:34:03 +01001492 default 0xe0000a00 if DEBUG_NETX_UART
Russell Kingc3faa9b2013-07-07 00:01:39 +01001493 default 0xe0010fe0 if ARCH_RPC
1494 default 0xf0000be0 if ARCH_EBSA110
Oleksij Rempeld5bd4e8d2014-11-24 12:08:28 +01001495 default 0xf0010000 if DEBUG_ASM9260_UART
Russell King5c972af2013-07-07 12:32:16 +01001496 default 0xf01fb000 if DEBUG_NOMADIK_UART
1497 default 0xf0201000 if DEBUG_BCM2835
Hauke Mehrtens06580272014-02-04 00:01:44 +01001498 default 0xf1000300 if DEBUG_BCM_5301X
Joe.C65ec48c2014-11-04 15:30:54 +08001499 default 0xf1002000 if DEBUG_MT8127_UART0
Matthias Bruggerd6682082014-08-18 16:58:00 +02001500 default 0xf1006000 if DEBUG_MT6589_UART0
Joe.C65ec48c2014-11-04 15:30:54 +08001501 default 0xf1009000 if DEBUG_MT8135_UART3
Russell King5c972af2013-07-07 12:32:16 +01001502 default 0xf11f1000 if ARCH_VERSATILE
1503 default 0xf1600000 if ARCH_INTEGRATOR
Russell Kingc3faa9b2013-07-07 00:01:39 +01001504 default 0xf1c28000 if DEBUG_SUNXI_UART0
1505 default 0xf1c28400 if DEBUG_SUNXI_UART1
Chen-Yu Tsaic4718542014-06-20 22:52:51 +08001506 default 0xf1f02800 if DEBUG_SUNXI_R_UART
Robert Jarzmikcde7fc82014-10-07 21:18:14 +02001507 default 0xf6200000 if DEBUG_PXA_UART1
Russell Kingc3faa9b2013-07-07 00:01:39 +01001508 default 0xf4090000 if ARCH_LPC32XX
1509 default 0xf4200000 if ARCH_GEMINI
Chen-Yu Tsaid4da8892014-09-24 22:48:56 +08001510 default 0xf7000000 if DEBUG_SUN9I_UART0
Heiko Stuebner1899de22014-05-16 06:59:18 +09001511 default 0xf7000000 if DEBUG_S3C24XX_UART && (DEBUG_S3C_UART0 || \
1512 DEBUG_S3C2410_UART0)
1513 default 0xf7004000 if DEBUG_S3C24XX_UART && (DEBUG_S3C_UART1 || \
1514 DEBUG_S3C2410_UART1)
1515 default 0xf7008000 if DEBUG_S3C24XX_UART && (DEBUG_S3C_UART2 || \
1516 DEBUG_S3C2410_UART2)
Sebastian Hesselbarthcaad0b42013-09-09 14:10:54 +02001517 default 0xf7fc9000 if DEBUG_BERLIN_UART
Haojian Zhuangc9a1df42013-12-20 15:01:41 +08001518 default 0xf8007000 if DEBUG_HIP04_UART
Russell King5c972af2013-07-07 12:32:16 +01001519 default 0xf8009000 if DEBUG_VEXPRESS_UART0_CA9
1520 default 0xf8090000 if DEBUG_VEXPRESS_UART0_RS1
Ivan T. Ivanov7098cff2014-04-14 16:47:34 +03001521 default 0xfa71e000 if DEBUG_QCOM_UARTDM
Krzysztof Hałasab1251702014-09-16 12:35:10 +02001522 default 0xfb002000 if DEBUG_CNS3XXX
Russell King5c972af2013-07-07 12:32:16 +01001523 default 0xfb009000 if DEBUG_REALVIEW_STD_PORT
1524 default 0xfb10c000 if DEBUG_REALVIEW_PB1176_PORT
Marc Carino81b43a62014-08-13 15:50:02 -07001525 default 0xfc40ab00 if DEBUG_BRCMSTB_UART
Jun Nie58d03982015-04-28 17:18:07 +08001526 default 0xfc705000 if DEBUG_ZTE_ZX
Florian Fainellib51312b2014-01-08 09:19:50 -08001527 default 0xfcfe8600 if DEBUG_UART_BCM63XX
Russell King0dc0e472013-07-07 16:38:18 +01001528 default 0xfd000000 if ARCH_SPEAR3XX || ARCH_SPEAR6XX
1529 default 0xfd000000 if ARCH_SPEAR13XX
Russell Kingc3faa9b2013-07-07 00:01:39 +01001530 default 0xfd012000 if ARCH_MV78XX0
Tsahee Zidenberg3c215e62015-03-12 13:53:04 +02001531 default 0xfd883000 if DEBUG_ALPINE_UART0
Russell Kingc3faa9b2013-07-07 00:01:39 +01001532 default 0xfde12000 if ARCH_DOVE
1533 default 0xfe012000 if ARCH_ORION5X
Carlo Caioned8a00912014-09-09 21:38:00 +02001534 default 0xf31004c0 if DEBUG_MESON_UARTAO
Russell Kingc3faa9b2013-07-07 00:01:39 +01001535 default 0xfe017000 if DEBUG_MMP_UART2
1536 default 0xfe018000 if DEBUG_MMP_UART3
Russell King5c972af2013-07-07 12:32:16 +01001537 default 0xfe100000 if DEBUG_IMX23_UART || DEBUG_IMX28_UART
Russell King0b4cccb2013-07-07 11:42:46 +01001538 default 0xfe230000 if DEBUG_PICOXCELL_UART
Christian Daudt753d1242013-12-23 09:00:01 +01001539 default 0xfe300000 if DEBUG_BCM_KONA_UART
Russell Kingc3faa9b2013-07-07 00:01:39 +01001540 default 0xfe800000 if ARCH_IOP32X
Haifeng Yan12aae302014-04-11 11:40:58 +08001541 default 0xfeb00000 if DEBUG_HI3620_UART || DEBUG_HIX5HD2_UART
Russell Kingc3faa9b2013-07-07 00:01:39 +01001542 default 0xfeb24000 if DEBUG_RK3X_UART0
1543 default 0xfeb26000 if DEBUG_RK3X_UART1
Russell Kingf2acf002013-07-07 16:05:49 +01001544 default 0xfeb30c00 if DEBUG_KEYSTONE_UART0
1545 default 0xfeb31000 if DEBUG_KEYSTONE_UART1
Dinh Nguyende73c162015-03-09 15:48:31 -05001546 default 0xfec02000 if DEBUG_SOCFPGA_UART0
1547 default 0xfec02100 if DEBUG_SOCFPGA_UART1
Maxime Ripardd91125d2015-01-08 18:38:03 +01001548 default 0xfec12000 if DEBUG_MVEBU_UART0 || DEBUG_MVEBU_UART0_ALTERNATE
Maxime Ripardbd920492015-01-08 18:38:04 +01001549 default 0xfec12100 if DEBUG_MVEBU_UART1_ALTERNATE
Guo Zeng01ea63d2015-01-04 17:40:54 +08001550 default 0xfec10000 if DEBUG_SIRFATLAS7_UART0
Russell King97bd1a42013-07-07 16:18:34 +01001551 default 0xfec20000 if DEBUG_DAVINCI_DMx_UART0
Guo Zeng01ea63d2015-01-04 17:40:54 +08001552 default 0xfec20000 if DEBUG_SIRFATLAS7_UART1
1553 default 0xfec60000 if DEBUG_SIRFPRIMA2_UART1
Heiko Stuebnerefd02ee2014-06-28 13:31:17 +02001554 default 0xfec90000 if DEBUG_RK32_UART2
Russell King97bd1a42013-07-07 16:18:34 +01001555 default 0xfed0c000 if DEBUG_DAVINCI_DA8XX_UART1
1556 default 0xfed0d000 if DEBUG_DAVINCI_DA8XX_UART2
Alexander Shiyanc39e1ef2014-04-12 06:07:23 +01001557 default 0xfed60000 if DEBUG_RK29_UART0
1558 default 0xfed64000 if DEBUG_RK29_UART1 || DEBUG_RK3X_UART2
1559 default 0xfed68000 if DEBUG_RK29_UART2 || DEBUG_RK3X_UART3
Russell King5c972af2013-07-07 12:32:16 +01001560 default 0xfedc0000 if ARCH_EP93XX
Russell Kingc3faa9b2013-07-07 00:01:39 +01001561 default 0xfee003f8 if FOOTBRIDGE
Russell King5c972af2013-07-07 12:32:16 +01001562 default 0xfee20000 if DEBUG_NSPIRE_CLASSIC_UART || DEBUG_NSPIRE_CX_UART
Russell Kingc3faa9b2013-07-07 00:01:39 +01001563 default 0xfee82340 if ARCH_IOP13XX
1564 default 0xfef00000 if ARCH_IXP4XX && !CPU_BIG_ENDIAN
1565 default 0xfef00003 if ARCH_IXP4XX && CPU_BIG_ENDIAN
Alexander Shiyanc39e1ef2014-04-12 06:07:23 +01001566 default 0xfef36000 if DEBUG_HIGHBANK_UART
Daniel Thompsonc26b9992015-01-09 18:33:50 +01001567 default 0xfefb0000 if DEBUG_OMAP1UART1 || DEBUG_OMAP7XXUART1
1568 default 0xfefb0800 if DEBUG_OMAP1UART2 || DEBUG_OMAP7XXUART2
1569 default 0xfefb9800 if DEBUG_OMAP1UART3 || DEBUG_OMAP7XXUART3
Russell Kingc3faa9b2013-07-07 00:01:39 +01001570 default 0xfefff700 if ARCH_IOP33X
Russell King5c972af2013-07-07 12:32:16 +01001571 default 0xff003000 if DEBUG_U300_UART
Wang Long27dafaa2014-12-24 03:09:56 +00001572 default 0xffd01000 if DEBUG_HIP01_UART
Russell King5c972af2013-07-07 12:32:16 +01001573 default DEBUG_UART_PHYS if !MMU
Russell Kingf8f12792013-07-07 15:29:38 +01001574 depends on DEBUG_LL_UART_8250 || DEBUG_LL_UART_PL01X || \
Carlo Caioned8a00912014-09-09 21:38:00 +02001575 DEBUG_UART_8250 || DEBUG_UART_PL01X || DEBUG_MESON_UARTAO || \
Stephen Boydc0c89fa2015-03-13 11:09:34 -07001576 DEBUG_NETX_UART || \
Daniel Thompson4d31e662015-01-09 18:34:03 +01001577 DEBUG_QCOM_UARTDM || DEBUG_S3C24XX_UART || \
Baruch Siache23814d2015-01-14 10:40:31 +02001578 DEBUG_UART_BCM63XX || DEBUG_ASM9260_UART || \
1579 DEBUG_SIRFSOC_UART || DEBUG_DIGICOLOR_UA0
Russell Kingc3faa9b2013-07-07 00:01:39 +01001580
Russell King4a0036472013-07-06 23:13:15 +01001581config DEBUG_UART_8250_SHIFT
1582 int "Register offset shift for the 8250 debug UART"
Russell Kingf8f12792013-07-07 15:29:38 +01001583 depends on DEBUG_LL_UART_8250 || DEBUG_UART_8250
Daniel Thompsonc26b9992015-01-09 18:33:50 +01001584 default 0 if FOOTBRIDGE || ARCH_IOP32X || DEBUG_BCM_5301X || \
1585 DEBUG_OMAP7XXUART1 || DEBUG_OMAP7XXUART2 || DEBUG_OMAP7XXUART3
Russell King4a0036472013-07-06 23:13:15 +01001586 default 2
Russell King7610b602013-07-06 22:59:10 +01001587
Russell King0b4cccb2013-07-07 11:42:46 +01001588config DEBUG_UART_8250_WORD
1589 bool "Use 32-bit accesses for 8250 UART"
Russell Kingf8f12792013-07-07 15:29:38 +01001590 depends on DEBUG_LL_UART_8250 || DEBUG_UART_8250
Russell King0b4cccb2013-07-07 11:42:46 +01001591 depends on DEBUG_UART_8250_SHIFT >= 2
Dinh Nguyende73c162015-03-09 15:48:31 -05001592 default y if DEBUG_PICOXCELL_UART || DEBUG_SOCFPGA_UART0 || \
1593 DEBUG_SOCFPGA_UART1 || ARCH_KEYSTONE || \
1594 DEBUG_ALPINE_UART0 || \
Russell King97bd1a42013-07-07 16:18:34 +01001595 DEBUG_DAVINCI_DMx_UART0 || DEBUG_DAVINCI_DA8XX_UART1 || \
Arnd Bergmann9d6eccb2014-02-12 22:22:00 +01001596 DEBUG_DAVINCI_DA8XX_UART2 || \
Marc Carino81b43a62014-08-13 15:50:02 -07001597 DEBUG_BCM_KONA_UART || DEBUG_RK32_UART2 || \
1598 DEBUG_BRCMSTB_UART
Russell King0b4cccb2013-07-07 11:42:46 +01001599
Russell King7610b602013-07-06 22:59:10 +01001600config DEBUG_UART_8250_FLOW_CONTROL
1601 bool "Enable flow control for 8250 UART"
Russell Kingf8f12792013-07-07 15:29:38 +01001602 depends on DEBUG_LL_UART_8250 || DEBUG_UART_8250
Russell King7610b602013-07-06 22:59:10 +01001603 default y if ARCH_EBSA110 || FOOTBRIDGE || ARCH_GEMINI || ARCH_RPC
1604
Shawn Guo3b4af9b2013-03-14 08:48:06 +01001605config DEBUG_UNCOMPRESS
1606 bool
Stefan Agner9c77bc42015-05-20 00:03:51 +02001607 depends on ARCH_MULTIPLATFORM || PLAT_SAMSUNG || ARM_SINGLE_ARMV7M
Russell Kingb6992fa2013-07-17 17:54:27 +01001608 default y if DEBUG_LL && !DEBUG_OMAP2PLUS_UART && \
Stephen Warrenae3c99a2013-08-02 20:53:37 +01001609 (!DEBUG_TEGRA_UART || !ZBOOT_ROM)
Russell Kingb6992fa2013-07-17 17:54:27 +01001610 help
1611 This option influences the normal decompressor output for
1612 multiplatform kernels. Normally, multiplatform kernels disable
1613 decompressor output because it is not possible to know where to
1614 send the decompressor output.
1615
1616 When this option is set, the selected DEBUG_LL output method
1617 will be re-used for normal decompressor output on multiplatform
1618 kernels.
1619
Shawn Guo3b4af9b2013-03-14 08:48:06 +01001620
Shawn Guo615967b2013-03-14 08:47:27 +01001621config UNCOMPRESS_INCLUDE
1622 string
Sachin Kamatffd80ec2014-02-24 09:38:12 +09001623 default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \
Stefan Agner499f1642015-05-21 00:35:44 +02001624 PLAT_SAMSUNG || ARM_SINGLE_ARMV7M || \
Magnus Dammbb048832015-01-20 20:58:20 +09001625 ARCH_SHMOBILE_LEGACY
Shawn Guo615967b2013-03-14 08:47:27 +01001626 default "mach/uncompress.h"
1627
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628config EARLY_PRINTK
1629 bool "Early printk"
1630 depends on DEBUG_LL
1631 help
1632 Say Y here if you want to have an early console using the
1633 kernel low-level debugging functions. Add earlyprintk to your
1634 kernel parameters to enable this console.
1635
Linus Torvalds1da177e2005-04-16 15:20:36 -07001636config ARM_KPROBES_TEST
1637 tristate "Kprobes test module"
1638 depends on KPROBES && MODULES
1639 help
1640 Perform tests of kprobes API and instruction set simulation.
1641
Will Deacon575320d2012-07-06 15:43:03 +01001642config PID_IN_CONTEXTIDR
1643 bool "Write the current PID to the CONTEXTIDR register"
1644 depends on CPU_COPY_V6
1645 help
1646 Enabling this option causes the kernel to write the current PID to
1647 the PROCID field of the CONTEXTIDR register, at the expense of some
1648 additional instructions during context switch. Say Y here only if you
1649 are planning to use hardware trace tools with this kernel.
1650
Laura Abbottdca9aa92013-06-17 10:29:14 -07001651config DEBUG_SET_MODULE_RONX
1652 bool "Set loadable kernel module data as NX and text as RO"
Russell Kinge6ae32c2015-06-25 10:34:38 +01001653 depends on MODULES && MMU
Laura Abbottdca9aa92013-06-17 10:29:14 -07001654 ---help---
1655 This option helps catch unintended modifications to loadable
1656 kernel module's text and read-only data. It also prevents execution
1657 of module data. Such protection may interfere with run-time code
1658 patching and dynamic kernel tracing - and they might also protect
1659 against certain classes of kernel exploits.
1660 If in doubt, say "N".
1661
Mathieu Poirier01081f52015-03-30 14:13:41 -06001662source "drivers/hwtracing/coresight/Kconfig"
Pratik Patelbc4bf7f2014-11-03 11:07:36 -07001663
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664endmenu