aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig.debug
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2012-11-16 11:57:23 -0500
committerArnd Bergmann <arnd@arndb.de>2012-11-16 11:57:23 -0500
commite014f774d32b8930215c95fd19307b5395b996e2 (patch)
tree601de96d3011703965da3bc04b311535a9d91556 /arch/arm/Kconfig.debug
parent93363526c8fcd9dbbc0562c0642df6114ed04217 (diff)
parent96efb44e471250592ee865ce5b870bc6f860921f (diff)
Merge tag 'imx-dt-3.8' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/dt
From Shawn Guo <shawn.guo@linaro.org>: It's based on imx/multiplatform branch. Most of them are dts changes. There are also a few imx6 improvement patches in there. * tag 'imx-dt-3.8' of git://git.linaro.org/people/shawnguo/linux-2.6: ARM: imx6q: select ARM and PL310 errata ARM: imx6q: print silicon version on boot ARM i.MX dts: Consistently add labels to devicenodes ARM: dts: imx6q-sabresd: add volume up/down gpio keys ARM: dts: imx53: pinctl update ARM: imx: enable cpufreq for imx6q ARM: dts: imx6q: enable snvs lp rtc ARM: dts: imx6q-sabreauto: Add basic support ARM: imx6q: let users input debug uart port number ARM: dts: imx53-qsb: Make DA9053 regulator functional ARM: dts: imx53-qsb: Use pinctrl for gpio-led ARM i.MX dtsi: Add default bus-width property for esdhc controller Signed-off-by: Arnd Bregmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r--arch/arm/Kconfig.debug26
1 files changed, 13 insertions, 13 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index 5bbfcf0d35e0..00e9a53888ba 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -226,20 +226,12 @@ choice
226 Say Y here if you want kernel low-level debugging support 226 Say Y here if you want kernel low-level debugging support
227 on i.MX50 or i.MX53. 227 on i.MX50 or i.MX53.
228 228
229 config DEBUG_IMX6Q_UART2 229 config DEBUG_IMX6Q_UART
230 bool "i.MX6Q Debug UART2" 230 bool "i.MX6Q Debug UART"
231 depends on SOC_IMX6Q 231 depends on SOC_IMX6Q
232 help 232 help
233 Say Y here if you want kernel low-level debugging support 233 Say Y here if you want kernel low-level debugging support
234 on i.MX6Q UART2. This is correct for e.g. the SabreLite 234 on i.MX6Q.
235 board.
236
237 config DEBUG_IMX6Q_UART4
238 bool "i.MX6Q Debug UART4"
239 depends on SOC_IMX6Q
240 help
241 Say Y here if you want kernel low-level debugging support
242 on i.MX6Q UART4.
243 235
244 config DEBUG_MMP_UART2 236 config DEBUG_MMP_UART2
245 bool "Kernel low-level debugging message via MMP UART2" 237 bool "Kernel low-level debugging message via MMP UART2"
@@ -426,6 +418,15 @@ choice
426 418
427endchoice 419endchoice
428 420
421config DEBUG_IMX6Q_UART_PORT
422 int "i.MX6Q Debug UART Port (1-5)" if DEBUG_IMX6Q_UART
423 range 1 5
424 default 1
425 depends on SOC_IMX6Q
426 help
427 Choose UART port on which kernel low-level debug messages
428 should be output.
429
429config DEBUG_LL_INCLUDE 430config DEBUG_LL_INCLUDE
430 string 431 string
431 default "debug/icedcc.S" if DEBUG_ICEDCC 432 default "debug/icedcc.S" if DEBUG_ICEDCC
@@ -435,8 +436,7 @@ config DEBUG_LL_INCLUDE
435 DEBUG_IMX31_IMX35_UART || \ 436 DEBUG_IMX31_IMX35_UART || \
436 DEBUG_IMX51_UART || \ 437 DEBUG_IMX51_UART || \
437 DEBUG_IMX50_IMX53_UART ||\ 438 DEBUG_IMX50_IMX53_UART ||\
438 DEBUG_IMX6Q_UART2 || \ 439 DEBUG_IMX6Q_UART
439 DEBUG_IMX6Q_UART4
440 default "debug/highbank.S" if DEBUG_HIGHBANK_UART 440 default "debug/highbank.S" if DEBUG_HIGHBANK_UART
441 default "debug/mvebu.S" if DEBUG_MVEBU_UART 441 default "debug/mvebu.S" if DEBUG_MVEBU_UART
442 default "debug/picoxcell.S" if DEBUG_PICOXCELL_UART 442 default "debug/picoxcell.S" if DEBUG_PICOXCELL_UART