aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig.debug
diff options
context:
space:
mode:
authorDirk Behme <dirk.behme@de.bosch.com>2012-02-06 07:19:19 -0500
committerShawn Guo <shawn.guo@linaro.org>2012-02-27 02:17:32 -0500
commitcdaf29cfd8d76bc6133b1a1d127d029a966df66c (patch)
tree282e79363e5ce23a9a66a757c8d8f2e85ff9793b /arch/arm/Kconfig.debug
parent6b21d18ed50c7d145220b0724ea7f2613abf0f95 (diff)
ARM: imx6: Rename DEBUG_IMX6Q_UART to UART4
Different boards may use differenct UART ports for debugging. To be able to add different debug UART configurations (e.g. UART2), rename the existing general DEBUG_IMX6Q_UART to DEBUG_IMX6Q_UART4. Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r--arch/arm/Kconfig.debug6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index e0d236d7ff7..87abb5d3faf 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -199,12 +199,12 @@ choice
199 Say Y here if you want kernel low-level debugging support 199 Say Y here if you want kernel low-level debugging support
200 on i.MX50 or i.MX53. 200 on i.MX50 or i.MX53.
201 201
202 config DEBUG_IMX6Q_UART 202 config DEBUG_IMX6Q_UART4
203 bool "i.MX6Q Debug UART" 203 bool "i.MX6Q Debug UART4"
204 depends on SOC_IMX6Q 204 depends on SOC_IMX6Q
205 help 205 help
206 Say Y here if you want kernel low-level debugging support 206 Say Y here if you want kernel low-level debugging support
207 on i.MX6Q. 207 on i.MX6Q UART4.
208 208
209 config DEBUG_S3C_UART0 209 config DEBUG_S3C_UART0
210 depends on PLAT_SAMSUNG 210 depends on PLAT_SAMSUNG