Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264590
b: refs/heads/master
c: f73765f
h: refs/heads/master
v: v3
  • Loading branch information
Will Deacon authored and Russell King committed Oct 17, 2011
1 parent 1c4de04 commit d4b85e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6996f425e57d58a6f1884b7fd4bfc3ed3dd10c2d
refs/heads/master: f73765fcb8bb79e80af58059441eb931679e68c0
12 changes: 10 additions & 2 deletions trunk/arch/arm/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ choice
prompt "Kernel low-level debugging port"
depends on DEBUG_LL

config DEBUG_LL_UART_NONE
bool "No low-level debugging UART"
help
Say Y here if your platform doesn't provide a UART option
below. This relies on your platform choosing the right UART
definition internally in order for low-level debugging to
work.

config DEBUG_ICEDCC
bool "Kernel low-level debugging via EmbeddedICE DCC channel"
help
Expand All @@ -89,8 +97,8 @@ choice
co-processor 14. This is known to work on the ARM9 style ICE
channel and on the XScale with the PEEDI.

It does include a timeout to ensure that the system does not
totally freeze when there is nothing connected to read.
Note that the system will appear to hang during boot if there
is nothing connected to read from the DCC.

config DEBUG_FOOTBRIDGE_COM1
bool "Kernel low-level debugging messages via footbridge 8250 at PCI COM1"
Expand Down

0 comments on commit d4b85e0

Please sign in to comment.