diff options
author | Dirk Behme <dirk.behme@de.bosch.com> | 2012-02-06 13:19:19 +0100 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-02-27 15:17:32 +0800 |
commit | cdaf29cfd8d76bc6133b1a1d127d029a966df66c (patch) | |
tree | 282e79363e5ce23a9a66a757c8d8f2e85ff9793b /arch/arm/Kconfig.debug | |
parent | 6b21d18ed50c7d145220b0724ea7f2613abf0f95 (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.debug | 6 |
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 Say Y here if you want kernel low-level debugging support on i.MX50 or i.MX53. - config DEBUG_IMX6Q_UART - bool "i.MX6Q Debug UART" + config DEBUG_IMX6Q_UART4 + bool "i.MX6Q Debug UART4" depends on SOC_IMX6Q help Say Y here if you want kernel low-level debugging support - on i.MX6Q. + on i.MX6Q UART4. config DEBUG_S3C_UART0 depends on PLAT_SAMSUNG |