Commit 37bdaf82 authored by Olof Johansson's avatar Olof Johansson

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: default avatarOlof Johansson <olof@lixom.net>
parent c8bc4dce
...@@ -223,13 +223,13 @@ choice ...@@ -223,13 +223,13 @@ choice
Say Y here if you want kernel low-level debugging support Say Y here if you want kernel low-level debugging support
on HI3716 UART. on HI3716 UART.
config DEBUG_HIX5HD2_UART config DEBUG_HIGHBANK_UART
bool "Hisilicon Hix5hd2 Debug UART" bool "Kernel low-level debugging messages via Highbank UART"
depends on ARCH_HIX5HD2 depends on ARCH_HIGHBANK
select DEBUG_UART_PL01X select DEBUG_UART_PL01X
help help
Say Y here if you want kernel low-level debugging support Say Y here if you want the debug print routines to direct
on Hix5hd2 UART. their output to the UART on Highbank based devices.
config DEBUG_HIP04_UART config DEBUG_HIP04_UART
bool "Hisilicon HiP04 Debug UART" bool "Hisilicon HiP04 Debug UART"
...@@ -239,13 +239,13 @@ choice ...@@ -239,13 +239,13 @@ choice
Say Y here if you want kernel low-level debugging support Say Y here if you want kernel low-level debugging support
on HIP04 UART. on HIP04 UART.
config DEBUG_HIGHBANK_UART config DEBUG_HIX5HD2_UART
bool "Kernel low-level debugging messages via Highbank UART" bool "Hisilicon Hix5hd2 Debug UART"
depends on ARCH_HIGHBANK depends on ARCH_HIX5HD2
select DEBUG_UART_PL01X select DEBUG_UART_PL01X
help help
Say Y here if you want the debug print routines to direct Say Y here if you want kernel low-level debugging support
their output to the UART on Highbank based devices. on Hix5hd2 UART.
config DEBUG_IMX1_UART config DEBUG_IMX1_UART
bool "i.MX1 Debug UART" bool "i.MX1 Debug UART"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment