OSDN Git Service

ARM: debug-ll: move DEBUG_LL_UART_EFM32 to correct Kconfig location
authorArnd Bergmann <arnd@arndb.de>
Thu, 17 Dec 2015 15:59:55 +0000 (16:59 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 17 Dec 2015 16:04:48 +0000 (17:04 +0100)
commit06920d4eeabcd824436ace6fbd6cf49739a5812a
tree704ec5d22d7bb889c85a308307d5ccc711cfca06
parente45a1e18a57ccc2457429f3bd42d93330c0fee3c
ARM: debug-ll: move DEBUG_LL_UART_EFM32 to correct Kconfig location

I accidentally move the DEBUG_LL_UART_EFM32 option when sorting all
other options alphanumerically, but it belongs into the same group
as DEBUG_LL_UART_8250 and DEBUG_LL_UART_PL01X.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 1dc9341 ("ARM: debug-ll: reorder Kconfig alphanumerically")
arch/arm/Kconfig.debug