aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig.debug
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r--arch/arm/Kconfig.debug10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index fc2a591e1676..ad375a51a7d2 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -219,12 +219,12 @@ choice
219 Say Y here if you want kernel low-level debugging support 219 Say Y here if you want kernel low-level debugging support
220 on i.MX51. 220 on i.MX51.
221 221
222 config DEBUG_IMX50_IMX53_UART 222 config DEBUG_IMX53_UART
223 bool "i.MX50 and i.MX53 Debug UART" 223 bool "i.MX53 Debug UART"
224 depends on SOC_IMX50 || SOC_IMX53 224 depends on SOC_IMX53
225 help 225 help
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.MX53.
228 228
229 config DEBUG_IMX6Q_UART 229 config DEBUG_IMX6Q_UART
230 bool "i.MX6Q Debug UART" 230 bool "i.MX6Q Debug UART"
@@ -497,7 +497,7 @@ config DEBUG_LL_INCLUDE
497 DEBUG_IMX21_IMX27_UART || \ 497 DEBUG_IMX21_IMX27_UART || \
498 DEBUG_IMX31_IMX35_UART || \ 498 DEBUG_IMX31_IMX35_UART || \
499 DEBUG_IMX51_UART || \ 499 DEBUG_IMX51_UART || \
500 DEBUG_IMX50_IMX53_UART ||\ 500 DEBUG_IMX53_UART ||\
501 DEBUG_IMX6Q_UART 501 DEBUG_IMX6Q_UART
502 default "debug/highbank.S" if DEBUG_HIGHBANK_UART 502 default "debug/highbank.S" if DEBUG_HIGHBANK_UART
503 default "debug/mvebu.S" if DEBUG_MVEBU_UART 503 default "debug/mvebu.S" if DEBUG_MVEBU_UART