Skip to content

Commit

Permalink
ARM: debug: fix alphanumerical order on debug uarts
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Olof Johansson committed Sep 24, 2014
1 parent c8bc4dc commit 37bdaf8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions arch/arm/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 37bdaf8

Please sign in to comment.