]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2a695093e8c61ca3b471fcea9610dcb39cb23f2c
tree704ec5d22d7bb889c85a308307d5ccc711cfca06
parent31d56f07cdf272a776dfb7b3d42143cc6e00f1fb
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: b2be17c ("ARM: debug-ll: reorder Kconfig alphanumerically")
arch/arm/Kconfig.debug