aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig.debug
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2014-09-23 22:21:54 -0700
committerOlof Johansson <olof@lixom.net>2014-09-23 22:21:54 -0700
commit37bdaf8291a403fbb17a758cccc566226e3b485a (patch)
tree21136b50fbf061d136eb7c5c0842a5d135ccb18e /arch/arm/Kconfig.debug
parentMerge tag 'D01-for-3.18' of git://github.com/hisilicon/linux-hisi into next/soc (diff)
downloadlinux-dev-37bdaf8291a403fbb17a758cccc566226e3b485a.tar.xz
linux-dev-37bdaf8291a403fbb17a758cccc566226e3b485a.zip
ARM: debug: fix alphanumerical order on debug uarts
HIP04 was added out of order, but so was the previous HISI debug uart support as well. Minor reshuffling of order. Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r--arch/arm/Kconfig.debug20
1 files changed, 10 insertions, 10 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index 59a6dabaf28d..c887b113750a 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -223,13 +223,13 @@ choice
Say Y here if you want kernel low-level debugging support
on HI3716 UART.
- config DEBUG_HIX5HD2_UART
- bool "Hisilicon Hix5hd2 Debug UART"
- depends on ARCH_HIX5HD2
+ config DEBUG_HIGHBANK_UART
+ bool "Kernel low-level debugging messages via Highbank UART"
+ depends on ARCH_HIGHBANK
select DEBUG_UART_PL01X
help
- Say Y here if you want kernel low-level debugging support
- on Hix5hd2 UART.
+ Say Y here if you want the debug print routines to direct
+ their output to the UART on Highbank based devices.
config DEBUG_HIP04_UART
bool "Hisilicon HiP04 Debug UART"
@@ -239,13 +239,13 @@ choice
Say Y here if you want kernel low-level debugging support
on HIP04 UART.
- config DEBUG_HIGHBANK_UART
- bool "Kernel low-level debugging messages via Highbank UART"
- depends on ARCH_HIGHBANK
+ config DEBUG_HIX5HD2_UART
+ bool "Hisilicon Hix5hd2 Debug UART"
+ depends on ARCH_HIX5HD2
select DEBUG_UART_PL01X
help
- Say Y here if you want the debug print routines to direct
- their output to the UART on Highbank based devices.
+ Say Y here if you want kernel low-level debugging support
+ on Hix5hd2 UART.
config DEBUG_IMX1_UART
bool "i.MX1 Debug UART"