]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitcce278d20340e292dbcbf25db8042baf9e2d88dd
tree0789219e356be0e7deb1e73695285d05bf5374be
parent730cc26fd4652f64e52d67f3b9392d0ed4103261
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