diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-08-31 01:03:46 -0400 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-09-14 10:22:00 -0400 |
commit | 91a9fec022f5d98835e27d5307d487da3798040c (patch) | |
tree | fa2e41ee6bd1ae9ecd04e468c9e8918fc9891be8 /arch/arm/Kconfig.debug | |
parent | 01464226ac6089bd6a33f9899cc792c2355ebf39 (diff) |
ARM: move debug macros to common location
Based on suggestion by Russell King, create a common location for debug
macros and select the included debug macro file using config option.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Russell King <linux@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index f15f82bf3a50..4f9760bd234e 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -373,6 +373,11 @@ choice | |||
373 | 373 | ||
374 | endchoice | 374 | endchoice |
375 | 375 | ||
376 | config DEBUG_LL_INCLUDE | ||
377 | string | ||
378 | default "debug/icedcc.S" if DEBUG_ICEDCC | ||
379 | default "mach/debug-macro.S" | ||
380 | |||
376 | config EARLY_PRINTK | 381 | config EARLY_PRINTK |
377 | bool "Early printk" | 382 | bool "Early printk" |
378 | depends on DEBUG_LL | 383 | depends on DEBUG_LL |