]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: debug: clean up low level kernel debugging selection
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 6 Jul 2013 13:23:30 +0000 (14:23 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 25 Aug 2013 16:10:57 +0000 (17:10 +0100)
commit708c610e26aca22ea72981c6733e482a62f5847b
tree0789219e356be0e7deb1e73695285d05bf5374be
parent6cfb299a45439a755bba0f8139224a2c040e7ef9
ARM: debug: clean up low level kernel debugging selection

It is silly to bury UART selection under multiple levels of choice
statements, where the top level choice statement will only list
about four entries when a single SoC is selected.  Move the UART
selection up into the top level choice statement as it was always
intended to be.

Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig.debug