Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355625
b: refs/heads/master
c: 4ad625d
h: refs/heads/master
i:
  355623: 9b8e118
v: v3
  • Loading branch information
Shawn Guo committed Feb 5, 2013
1 parent fc9c1ec commit d422259
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 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: f93c32d90f8d878c3cad78f41a047ca4fb5792ba
refs/heads/master: 4ad625d466389b016a9aec425b3dc2d82adc43df
18 changes: 13 additions & 5 deletions trunk/arch/arm/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,19 @@ choice
Say Y here if you want kernel low-level debugging support
on i.MX28.

config DEBUG_IMX31_IMX35_UART
bool "i.MX31 and i.MX35 Debug UART"
depends on SOC_IMX31 || SOC_IMX35
config DEBUG_IMX31_UART
bool "i.MX31 Debug UART"
depends on SOC_IMX31
help
Say Y here if you want kernel low-level debugging support
on i.MX31 or i.MX35.
on i.MX31.

config DEBUG_IMX35_UART
bool "i.MX35 Debug UART"
depends on SOC_IMX35
help
Say Y here if you want kernel low-level debugging support
on i.MX35.

config DEBUG_IMX51_UART
bool "i.MX51 Debug UART"
Expand Down Expand Up @@ -495,7 +502,8 @@ config DEBUG_LL_INCLUDE
default "debug/imx.S" if DEBUG_IMX1_UART || \
DEBUG_IMX25_UART || \
DEBUG_IMX21_IMX27_UART || \
DEBUG_IMX31_IMX35_UART || \
DEBUG_IMX31_UART || \
DEBUG_IMX35_UART || \
DEBUG_IMX51_UART || \
DEBUG_IMX53_UART ||\
DEBUG_IMX6Q_UART
Expand Down

0 comments on commit d422259

Please sign in to comment.