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)
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>

No differences found